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 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
- 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.