Partager via


ClassificationFormatDefinition.FontRenderingSize, propriété

Obtient ou définit la taille de rendu des polices pour ce format de classification.

Espace de noms :  Microsoft.VisualStudio.Text.Classification
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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>)

Valeur de propriété

Type : Nullable<Double>
Taille de rendu.

Sécurité .NET Framework

Voir aussi

Référence

ClassificationFormatDefinition Classe

Microsoft.VisualStudio.Text.Classification, espace de noms