Freigeben über


ClassificationFormatDefinition.FontTypeface-Eigenschaft

Ruft die Typeface für dieses Klassifizierungsformat ab oder legt diese fest.

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

Syntax

'Declaration
Public Property FontTypeface As Typeface
public Typeface FontTypeface { get; protected set; }
public:
property Typeface^ FontTypeface {
    Typeface^ get ();
    protected: void set (Typeface^ value);
}
member FontTypeface : Typeface with get, set
function get FontTypeface () : Typeface 
protected function set FontTypeface (value : Typeface)

Eigenschaftswert

Typ: Typeface
Die Schriftart.

Hinweise

Bestimmte Werte (fett, kursiv) in dieser Schriftart können von anderen Format Methodendefinitionen überschrieben werden, die eine höhere Priorität haben.

.NET Framework-Sicherheit

Siehe auch

Referenz

ClassificationFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace