Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the header font.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Font TitleFont { get; set; }
public:
property Font^ TitleFont {
Font^ get();
void set(Font^ value);
}
Public Property TitleFont As Font
Property Value
Type: System.Drawing.Font
See Also
LineBox Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top