Share via


Font Property

Font

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.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

See Also

Reference

FontAndColorProviderBase Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace