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
PatternType
patternType
|
System.Windows.Media.Color
foreColor
|
System.Windows.Media.Color
backColor
|
Explicit Interface Implementations
IShapeFill.Brush
Declaration
Brush IShapeFill.Brush { get; }
Returns
System.Windows.Media.Brush
|