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

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