Search
Calendar.MenuSize Property
See Also
 






Gets or sets the size of the context menu, in device-independent pixels.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int MenuSize { get; set; }

Visual Basic  Copy Code

Public Property MenuSize As Integer

 Property Value

An integer value. The default is 80.

 See Also