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

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