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


In This Topic
    SelectionBoxColorsSettings Class Members
    In This Topic

    The following tables list the members exposed by SelectionBoxColorsSettings.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property When true the border is drawn in XOR, otherwise it is drawn according to the box color.  
    Public PropertyGets or sets the color used to draw the box and polygon for crossing selection modes (actionType.SelectByBox, actionType.SelectByPolygon).  
    Public PropertyGets or sets the color used to draw the box and polygon for enclosed selection modes (actionType.SelectByBoxEnclosed, actionType.SelectByPolygonEnclosed).  
    Public PropertyGets or sets the color used to draw the box and polygon for visible selection modes (actionType.SelectVisibleByBox, actionType.SelectVisibleByPolygon).  
    Top
    See Also