Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / SelectionBoxColorsSettings Class / Visible Property

In This Topic
    Visible Property (SelectionBoxColorsSettings)
    In This Topic
    Gets or sets the color used to draw the box and polygon for visible selection modes (actionType.SelectVisibleByBox, actionType.SelectVisibleByPolygon).
    Syntax
    'Declaration
     
    Public Property Visible As Color
    public Color Visible {get; set;}
    See Also