ImageFillStyle Members
The fill style that paints a surface using an image.Constructors
| Name | Description |
|---|---|
| ImageFillStyle() | Initializes a new instance of the ImageFillStyle class with the default settings. |
Fields
| Name | Description |
|---|---|
| ImageSourceProperty static | Identifies the ImageFillStyle.ImageSource 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 |
|---|---|
| ImageSource | Gets or sets the image 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