XpsGradientBrush class

XpsGradientBrush class

Class incapsulating common features of LinerGradientBrush and RadialGradientBrush elements.

Inheritance: XpsGradientBrushXpsTransformableBrushXpsBrushXpsObject

The XpsGradientBrush type exposes the following members:

Properties

PropertyDescription
opacityReturns/sets value defining the uniform transparency of the brush fill.
transformReturns/sets the matrix transformation applied to the coordinate space of the brush.
The Transform property is concatenated with the current effective render transform
to yield an effective render transform local to the brush. The viewport for the brush
is transformed using the local effective render transform.
gradient_stopsReturns/sets list of gradient stops that comprise the gradient.
color_interpolation_modeReturns/sets value specifying the gamma function for color interpolation. The gamma adjustment
should not be applied to the alpha component, if specified.
spread_methodReturns/sets value describing how the brush should fill the content area outside of the primary,
initial gradient area.

See Also