ClassificationFormatDefinition.FontHintingSize Property

Gets or sets the font hinting 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 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>)

Property Value

Type: System.Nullable<Double>
The font hinting size.

.NET Framework Security

See Also

Reference

ClassificationFormatDefinition Class

Microsoft.VisualStudio.Text.Classification Namespace