Click or drag to resize
CanvasRadialGradientBrush Properties

The CanvasRadialGradientBrush type exposes the following members.

Properties
  NameDescription
Public propertyAlphaMode
Specifies the treatment of alpha.
Public propertyBufferPrecision
Specifies the precision used for computation.
Public propertyCenter
Specifies the center of the brush's radial gradient
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 propertyOpacity
The opacity affecting the brush.
Public propertyOriginOffset
Specifies a displacement from Center, used to form the brush's radial gradient.
Public propertyPostInterpolationSpace
Specifies the color space to be used before interpolation.
Public propertyPreInterpolationSpace
Specifies the color space to be used after interpolation.
Public propertyRadiusX
Specifies the horizontal radius of the brush's radial gradient.
Public propertyRadiusY
Specifies the vertical radius of the brush's radial gradient.
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