IEditorSettings.FontFamily Property

Applies to v2.

Gets or sets the font family for the settings.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Property FontFamily As String 
    Get 
    Set
'Usage
Dim instance As IEditorSettings 
Dim value As String 

value = instance.FontFamily

instance.FontFamily = value
string FontFamily { get; set; }
property String^ FontFamily {
    String^ get ();
    void set (String^ value);
}
abstract FontFamily : string with get, set
function get FontFamily () : String 
function set FontFamily (value : String)

Property Value

Type: System.String
The font family for the settings.

See Also

Reference

IEditorSettings Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace