Compartilhar via


Propriedade ClassificationFormatDefinition.FontRenderingSize

Obtém ou define o tamanho da fonte de processamento para esse formato de classificação.

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

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: Nullable<Double>
O tamanho de processamento.

Segurança do .NET Framework

Consulte também

Referência

ClassificationFormatDefinition Classe

Namespace Microsoft.VisualStudio.Text.Classification