IShapeFill
Interface
Represents the fill properties of a shape in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IShapeFill
Derived Classes:
Properties
Brush
Brush
Gets or sets the brush used to fill the shape.
C#
Brush Brush { get; }
The brush that defines the fill of the shape. It can be set to null if no fill is desired.