[]
Represents the gradient point for the gradient Rule.
public struct GradientPoint : IXmlSerializable
| Name | Description |
|---|---|
| GradientPoint(GradientPointType) | Initializes a new instance of the GradientPoint. |
| Name | Description |
|---|---|
| Color | Gets or sets the color for the gradient point. |
| Type | Gets or sets the type of value for the gradient point. |
| Value | Gets or sets the value for the gradient point. |
| Name | Description |
|---|---|
| ReadXml(XmlReader) | Generates an GradientPoint from its XML representation. |
| WriteXml(XmlWriter) | Converts an GradientPoint into its XML representation. |