SolidFillStyle Members
The fill style that colors a surface in one color.Constructors
| Name | Description |
|---|---|
| SolidFillStyle() | Initializes a new instance of the SolidFillStyle class with the default settings. |
Fields
| Name | Description |
|---|---|
| BrushProperty static | Identifies the SolidFillStyle.Brush dependency property. |
| LegendProperty static | Identifies the FillStyleBase.Legend dependency property. Inherited from FillStyleBase. |
| LegendTextPatternProperty static | Identifies the FillStyleBase.LegendTextPattern dependency property. Inherited from FillStyleBase. |
| ShowInLegendProperty static | Identifies the FillStyleBase.ShowInLegend dependency property. Inherited from FillStyleBase. |
Properties
| Name | Description |
|---|---|
| Brush | Gets or sets the brush used to fill the surface. |
| Legend | Gets or sets the legend in which the legend item of the fill style should be shown. Inherited from FillStyleBase. |
| LegendTextPattern | Gets or sets the text pattern specifying the text of the legend item of the fill style. Inherited from FillStyleBase. |
| ShowInLegend | Gets or sets whether the legend should display the item that the fill style provides. Inherited from FillStyleBase. |
See Also