| Visual Basic (Declaration) | |
|---|---|
Public Enum enumBrushType Inherits System.Enum | |
| C# | |
|---|---|
public enum enumBrushType : System.Enum | |
| Member | Description |
|---|---|
| Horizontal | The primary color will appear on the left and will gradually turn into the secondary color towards the right. |
| HorzBump | The primary color will appear at both the left and right edges, both will gradually turn in to the secondary color towards the center. |
| Solid | Only the primary color will be used. |
| VertBump | The primary color will appear at the top and will gradually turn into the secondary color towards the bottom. |
| Vertical | The primary color will appear at both the top and bottom edges, both will gradually turn in to the secondary color towards the center. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Label.enumBrushType
Target Platforms: Current Windows operating system with .NET 8.