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

In This Topic
    BorderXOR Property (SelectionBoxColorsSettings)
    In This Topic
    When true the border is drawn in XOR, otherwise it is drawn according to the box color.
    Syntax
    'Declaration
     
    Public Property BorderXOR As Boolean
    public bool BorderXOR {get; set;}
    See Also