IEditorSettings.FontSizeInPoints Property
Applies to v2.
Gets or sets the font size in points.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property FontSizeInPoints As Single
Get
Set
'Usage
Dim instance As IEditorSettings
Dim value As Single
value = instance.FontSizeInPoints
instance.FontSizeInPoints = value
float FontSizeInPoints { get; set; }
property float FontSizeInPoints {
float get ();
void set (float value);
}
abstract FontSizeInPoints : float32 with get, set
function get FontSizeInPoints () : float
function set FontSizeInPoints (value : float)
Property Value
Type: System.Single
The font size in points.