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

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