Skip to main content

GradientFillStyle Members

The fill style that used the gradient to color a surface.

Constructors

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

Fields

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

Properties

Name Description
ColorStops Gets or sets the color stop collection of the fill style.
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.
See Also