TextRunInstance.Value Property

Definition

Gets the calculated value of the TextRun after formatting has been applied.

public:
 abstract property System::String ^ Value { System::String ^ get(); };
public abstract string Value { get; }
member this.Value : string
Public MustOverride ReadOnly Property Value As String

Property Value

A string value that represents the calculated value of the TextRun after formatting has been applied.

Remarks

For the calculated value of the TextRun before formatting has been applied, see OriginalValue.

Applies to