Gets or sets the Height property of the drop-down calendar. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double CalendarHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CalendarHeight As Double |
A double value specifying the height of the drop-down calendar, in device-independent units.
See Also