ToolWindow.ToolWindowFont Property

Gets the font to use for the tool window.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Protected ReadOnly Property ToolWindowFont As Font
'使用
Dim value As Font

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

Property Value

Type: System.Drawing.Font

The font that is used by the Visual Studio shell for tool windows.

Permissions

See Also

Reference

ToolWindow Class

ToolWindow Members

Microsoft.VisualStudio.Modeling.Shell Namespace