Class ShapePatternFill
Inheritance
System.Object
ShapePatternFill
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ShapePatternFill : Object, IShapeOutlineFill, IShapeFill
Constructors
ShapePatternFill(PatternType, Color, Color)
Declaration
public ShapePatternFill(PatternType patternType, Color foreColor, Color backColor)
Parameters
Pattern
|
System.
|
System.
|
Explicit Interface Implementations
IShapeFill.Brush
Declaration
Brush IShapeFill.Brush { get; }
Returns
System.
|