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
CenterColor Color for the center of the gradient.
CenterPoint Center of the gradient.
InterpolationColors Colors that define the gradient.
IsRectangular If true, this gradient is rectangular, else it is radial.
Rectangle Rectangle that defines the gradient.
SurroundColor Colors on the ouside of the path.
TransformElements Transform matrix.