Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulatorPartProperties Class / Color Property

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