New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public interface IRadDrawingMLRun

Properties

DashPattern

DoubleCollection

Gets or sets the dash pattern used for the run's stroke.

C#
DoubleCollection DashPattern { get; set; }
Property Value:

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.

Gets or sets the outline brush for the drawing run.

C#
Brush OutlineBrush { get; set; }
Property Value:

The brush used for the outline of the drawing run.

Gets or sets the width of the outline for the drawing run.

C#
double OutlineWidth { get; set; }
Property Value:

A double representing the width of the outline in points. A value of 0 means no outline.

Gets or sets the brush used for drawing the text in the RadDrawingMLRun.

C#
Brush TextBrush { get; set; }
Property Value:

The brush that defines the color and effects of the text. This value can be null, in which case the default brush is used.