The BackgroundGradient class adds border properties to the Gradient class.
Declaration Syntax
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
BackgroundGradient()()()() |
Default constructor for the BackgroundGradient class.
| |
BackgroundGradient(Color, Color, LinearGradientMode, Color, Int32) |
Constructor for the BackgroundGradient class.
| |
BorderColor |
Defines the border color.
| |
BorderColorInt |
Gets/sets the border color using a 32-bit integer (ARGB).
This is used for serializing the Color structure in XML.
| |
BorderWidth |
Defines the border width (in pixels). To hide the border, enter 0.
| |
Color1 |
Defines the first color of the gradient.
(Inherited from Gradient.) | |
Color1Int |
Gets/sets the first color of the gradient using a 32-bit integer (ARGB).
This is used for serializing the Color structure in XML.
(Inherited from Gradient.) | |
Color2 |
Defines the second color of the gradient.
(Inherited from Gradient.) | |
Color2Int |
Gets/sets the second color of the gradient using a 32-bit integer (ARGB).
This is used for serializing the Color structure in XML.
(Inherited from Gradient.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
GradientMode |
Defines the gradient mode.
(Inherited from Gradient.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |||
Gradient | |||
BackgroundGradient | |||
TextGradient |