TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / BorderBackground Enumeration

In This Topic
    BorderBackground Enumeration
    In This Topic
    Specifies the border appearance of the magnifier.
    Syntax
    'Declaration
     
    
    Public Enum BorderBackground 
       Inherits System.Enum
    public enum BorderBackground : System.Enum 
    Members
    MemberDescription
    CustomUse a specify image to render the border background. see to GcMagnifier.BorderBackground property.
    DarkThe border background color is dark color.
    LightThe border background color is light color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TouchToolKit.BorderBackground

    See Also