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

In This Topic
    ArrowColorY Property (CoordinateSystemBase)
    In This Topic
    Gets or sets the color of the Y axis arrow.
    Syntax
    'Declaration
     
    Public Overridable Property ArrowColorY As Color
    public virtual Color ArrowColorY {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements to see the effect of your changes at run-time.
    See Also