Visual Basic (Declaration) | |
---|---|
Public Property SecondaryColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color SecondaryColor {get; set;} |
The secondary color is used with the primary color to create
a gradient fill when using BackgroundMode.Gradient.