Condividi tramite


Proprietà ClassificationFormatDefinition.FontRenderingSize

Ottiene o imposta la dimensione del rendering del carattere per questo formato di classificazione.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
Public Property FontRenderingSize As Nullable(Of Double)
public Nullable<double> FontRenderingSize { get; protected set; }
public:
property Nullable<double> FontRenderingSize {
    Nullable<double> get ();
    protected: void set (Nullable<double> value);
}
member FontRenderingSize : Nullable<float> with get, set
function get FontRenderingSize () : Nullable<double>
protected function set FontRenderingSize (value : Nullable<double>)

Valore proprietà

Tipo: Nullable<Double>
La dimensione del rendering.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ClassificationFormatDefinition Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Classification