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

In This Topic
    BoxColor Property
    In This Topic
    Gets or sets the zoom window box color.
    Syntax
    'Declaration
     
    Public Property BoxColor As Color
    public Color BoxColor {get; set;}
    Remarks
    When set to System.Drawing.Color.Empty (default value) it is drawn with a contrast color (white or black) according to the background color.
    See Also