Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.