ClassificationFormatDefinition.FontRenderingSize Property

Gets or sets the font rendering size for this classification format.

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

Syntax

'Declaration
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>)

Property Value

Type: System.Nullable<Double>
The rendering size.

.NET Framework Security

See Also

Reference

ClassificationFormatDefinition Class

Microsoft.VisualStudio.Text.Classification Namespace