dbicLabel Send comments on this topic.
enumBrushType Enumeration
See Also  
dbicLabel Assembly > Dbi.WinControl.Label Namespace : enumBrushType Enumeration

The type of gradiant brush to use for the text

Syntax

Visual Basic (Declaration) 
Public Enum enumBrushType 
   Inherits System.Enum
C# 
public enum enumBrushType : System.Enum 

Members

MemberDescription
HorizontalThe primary color will appear on the left and will gradually turn into the secondary color towards the right.
HorzBumpThe primary color will appear at both the left and right edges, both will gradually turn in to the secondary color towards the center.
SolidOnly the primary color will be used.
VertBumpThe primary color will appear at the top and will gradually turn into the secondary color towards the bottom.
VerticalThe primary color will appear at both the top and bottom edges, both will gradually turn in to the secondary color towards the center.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Label.enumBrushType

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also