Interface
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:

cs-api-definition
public interface IRadDrawingMLRun

Properties

DashPattern

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

Declaration

cs-api-definition
DoubleCollection DashPattern { get; set; }

Property Value

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

cs-api-definition
Brush OutlineBrush { get; set; }

Property Value

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

cs-api-definition
double OutlineWidth { get; set; }

Property Value

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

cs-api-definition
Brush TextBrush { get; set; }

Property Value

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.