Class
ShapePatternFill

Represents the fill pattern of a shape in a document.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

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

Inheritance: objectShapePatternFill

Implements: IShapeFillIShapeOutlineFill

Constructors

ShapePatternFill(PatternType, Color, Color)

Declaration

cs-api-definition
public ShapePatternFill(PatternType patternType, Color foreColor, Color backColor)

Parameters

patternType

PatternType

foreColor

Color

backColor

Color