IEditorSettings.FontSizeInPoints-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft den Schriftgrad in Punkt ab bzw. legt diesen fest.
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)
Eigenschaftswert
Typ: System.Single
Der Schriftgrad in Punkt.