InterfaceIShapeFill
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:
cs-api-definition
public interface IShapeFill
Properties
Brush
Gets or sets the brush used to fill the shape.
Declaration
cs-api-definition
Brush Brush { get; }
Property Value
Brush
The brush that defines the fill of the shape. It can be set to null if no fill is desired.