Size of the menu font, e.g. "8pt".

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
[ObsoleteAttribute("This property is ignored. Use CssClassPrefix to style the menu.")]
public string MenuFontSize { get; set; }
Visual Basic
<ObsoleteAttribute("This property is ignored. Use CssClassPrefix to style the menu.")> _
Public Property MenuFontSize As String
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"This property is ignored. Use CssClassPrefix to style the menu.")]
property String^ MenuFontSize {
	String^ get ();
	void set (String^ value);
}

See Also