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