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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.