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

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