Table of Contents

TUIPathGradientBrush Class

A platform-independent Path gradient implementation.

Syntax

Namespace: FlexCel.Core

public abstract class TUIPathGradientBrush: TUIBrush

Methods

Name Description
InvertBlend Inverts the colors of the gradient.

Operators

Name Description
Implicit Conversion Creates a UIBrush from a given System.​Drawing.​Brush. Important: When you do an implicit conversion, the TUIBrush will take ownership of the brush, and the original System.​Drawing.​Brush will be disposed when you dispose this class.

Properties

Name Description
Rectangle Rectangle that defines the gradient.
TransformElements Transform matrix.
IsRectangular If true, this gradient is rectangular, else it is radial.
InterpolationColors Colors that define the gradient.
CenterPoint Center of the gradient.
CenterColor Color for the center of the gradient.
SurroundColor Colors on the ouside of the path.