Skip to main content

StripeFillStyle Members

The fill style that colors the surface in stripes.

Constructors

Name Description
StripeFillStyle() Initializes a new instance of the StripeFillStyle class with the default settings.

Fields

Name Description
ColorStopsProperty static Identifies the GradientFillStyle.ColorStops dependency property. Inherited from GradientFillStyle.
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.
UseEqualLegendIntervalsProperty static Identifies the UseEqualLegendIntervals dependency property. Inherited from GradientFillStyle.

Properties

Name Description
ColorStops Gets or sets the color stop collection of the fill style. Inherited from GradientFillStyle.
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.
UseEqualLegendIntervals Gets or sets whether to use equal intervals in a gradient legend. Inherited from GradientFillStyle.
See Also