Eyeshot 11 WPF API Reference
WPF 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