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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also