TextFormattingRunProperties.Typeface Property

Definition

Gets the Typeface for the text.

public:
 virtual property System::Windows::Media::Typeface ^ Typeface { System::Windows::Media::Typeface ^ get(); };
public override System.Windows.Media.Typeface Typeface { get; }
member this.Typeface : System.Windows.Media.Typeface
Public Overrides ReadOnly Property Typeface As Typeface

Property Value

The typeface.

Remarks

Returns the system default Typeface if no typeface is currently set.

Applies to