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

Namespace: DayPilot.Web.Ui
Assembly: 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 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