FontAndColorProviderBase.Font Property

Gets the font.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Protected ReadOnly Property Font As Font
    Get
'Usage
Dim value As Font

value = Me.Font
protected Font Font { get; }
protected:
property Font^ Font {
    Font^ get ();
}
member Font : Font
function get Font () : Font

Property Value

Type: System.Drawing.Font
A Font object.