[]
Represents the type of fill style.
public sealed class FillStyle
| Name | Description |
|---|---|
| FillStyle(GradientType, Color, Color) | Initializes a new instance of the FillStyle class with the specified gradient type, fill color, and gradient end color. |
| FillStyle(Color) | Initializes a new instance of the FillStyle class with the specified fill color. |
| Name | Description |
|---|---|
| FillColorPropertyName | |
| GradientEndColorPropertyName | |
| GradientStylePropertyName |
| Name | Description |
|---|---|
| FillColor | Gets the primary color. |
| GradientEndColor | Gets the secondary color used for a gradient filling. |
| Name | Description |
|---|---|
| Parse(IPropertyBag, string, FillStyle) | Collects FillStyle instance from IPropertyBag using the given substitution. |