Class
ShapeGradientFill

Represents a gradient fill for shapes in the document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ShapeGradientFill : IShapeOutlineFill, IShapeFill

Inheritance: objectShapeGradientFill

Implements: IShapeFillIShapeOutlineFill

Constructors

ShapeGradientFill(GradientBrush)

Initializes a new instance of the ShapeGradientFill class.

Declaration

cs-api-definition
public ShapeGradientFill(GradientBrush brush)

Parameters

brush

GradientBrush

The GradientBrush used to fill the shape.