Click or drag to resize
CanvasLinearGradientBrush Properties

The CanvasLinearGradientBrush type exposes the following members.

Properties
  NameDescription
Public propertyAlphaMode
Specifies the treatment of alpha.
Public propertyBufferPrecision
Specifies the precision used for computation.
Public propertyDevice
The device associated with this brush.
Public propertyEdgeBehavior
Specifies the behavior for pixels which fall outside of the gradient's typical rendering area.
Public propertyEndPoint
The point on the canvas on which the gradient stops.
Public propertyOpacity
The opacity affecting the brush.
Public propertyPostInterpolationSpace
Specifies the color space to be used before interpolation.
Public propertyPreInterpolationSpace
Specifies the color space to be used after interpolation.
Public propertyStartPoint
The point on the canvas on which the gradient starts.
Public propertyStops
Gets the gradient stops that comprise the brush.
Public propertyStopsHdr
Gets the high-dynamic-range gradient stops that comprise the brush.
Public propertyTransform
The transform affecting the brush.
Top
See Also