Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CoordinateSystemBase Class / LabelOrigin Property

In This Topic
    LabelOrigin Property (CoordinateSystemBase)
    In This Topic
    Gets or sets the origin label.
    Syntax
    'Declaration
     
    Public Overridable Property LabelOrigin As String
    public virtual string LabelOrigin {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also