Color of the menu border.

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 Color MenuBorderColor { get; set; }
Visual Basic
<ObsoleteAttribute("This property is ignored. Use CssClassPrefix to style the menu.")> _
Public Property MenuBorderColor As Color
	Get
	Set
Visual C++
public:
[ObsoleteAttribute(L"This property is ignored. Use CssClassPrefix to style the menu.")]
property Color MenuBorderColor {
	Color get ();
	void set (Color value);
}

See Also