Freigeben über


ClassificationFormatDefinition.FontHintingSize-Eigenschaft

Ruft die Größe für Schriftarthinweise 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 FontHintingSize As Nullable(Of Double)
public Nullable<double> FontHintingSize { get; protected set; }
public:
property Nullable<double> FontHintingSize {
    Nullable<double> get ();
    protected: void set (Nullable<double> value);
}
member FontHintingSize : Nullable<float> with get, set
function get FontHintingSize () : Nullable<double>
protected function set FontHintingSize (value : Nullable<double>)

Eigenschaftswert

Typ: Nullable<Double>
Die Größe für Schriftarthinweise.

.NET Framework-Sicherheit

Siehe auch

Referenz

ClassificationFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace