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