LineBox.TitleFont Property
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