TextFormattingRunProperties::Typeface Property

 

Gets the typeface for the text.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property Typeface^ Typeface {
	virtual Typeface^ get() override;
}

Property Value

Type: System.Windows.Media::Typeface^

The typeface.

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

Return to top
Show: