IRadDrawingMLRun
Represents a drawing markup language (ML) run in the Telerik UI framework.
Definition
Namespace:Telerik.Windows.Documents.UI.TextBlocks
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public interface IRadDrawingMLRun
Properties
DashPattern
DoubleCollection
Gets or sets the dash pattern used for the run's stroke.
DoubleCollection DashPattern { get; set; }
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
Brush
Gets or sets the outline brush for the drawing run.
Brush OutlineBrush { get; set; }
The brush used for the outline of the drawing run.
Gets or sets the width of the outline for the drawing run.
double OutlineWidth { get; set; }
A double representing the width of the outline in points. A value of 0 means no outline.
TextBrush
Brush
Gets or sets the brush used for drawing the text in the RadDrawingMLRun.
Brush TextBrush { get; set; }
The brush that defines the color and effects of the text. This value can be null, in which case the default brush is used.