Interface IRadDrawingMLRun
Represents a drawing markup language (ML) run in the Telerik UI framework.
Namespace: Telerik.Windows.Documents.UI.TextBlocks
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IRadDrawingMLRun
Properties
DashPattern
Gets or sets the dash pattern used for the run's stroke.
Declaration
DoubleCollection DashPattern { get; set; }
Property Value
System.Windows.Media.DoubleCollection
An array of single-precision floating point values that defines the dash pattern. Each value in the array specifies the lengths of alternating dashes and gaps in the stroke pattern. |
OutlineBrush
Gets or sets the outline brush for the drawing run.
Declaration
Brush OutlineBrush { get; set; }
Property Value
System.Windows.Media.Brush
The brush used for the outline of the drawing run. |
OutlineWidth
Gets or sets the width of the outline for the drawing run.
Declaration
double OutlineWidth { get; set; }
Property Value
System.Double
A double representing the width of the outline in points. A value of 0 means no outline. |
TextBrush
Gets or sets the brush used for drawing the text in the RadDrawingMLRun.
Declaration
Brush TextBrush { get; set; }
Property Value
System.Windows.Media.Brush
The brush that defines the color and effects of the text. This value can be null, in which case the default brush is used. |