Size of the menu font, e.g. "8pt".
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
[ObsoleteAttribute("This property is ignored. Use CssClassPrefix to style the menu.")]
public string MenuFontFamily { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("This property is ignored. Use CssClassPrefix to style the menu.")> _
Public Property MenuFontFamily As String
Get
Set |
Visual C++ |
---|
public:
[ObsoleteAttribute(L"This property is ignored. Use CssClassPrefix to style the menu.")]
property String^ MenuFontFamily {
String^ get ();
void set (String^ value);
} |
See Also