TextRun.Length Property

Definition

Gets the number of characters in the text run.

public:
 abstract property int Length { int get(); };
public abstract int Length { get; }
member this.Length : int
Public MustOverride ReadOnly Property Length As Integer

Property Value

An Int32 value that represents the number of characters.

Applies to