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

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