Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / DefaultColor Property

In This Topic
    DefaultColor Property
    In This Topic
    Gets or sets the default color used by top level entities with devDept.Eyeshot.Entities.colorMethodType.byParent color method.
    Syntax
    'Declaration
     
    Public Property DefaultColor As Color
    public Color DefaultColor {get; set;}
    See Also