MindFusion.Wpf Pack Programmer's Guide
DateTimePicker.CalendarHorizontalOffset Property
See Also
 





Gets or sets the distance between the left side of the DateTimePicker control and the left side of the drop-down calendar. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public double CalendarHorizontalOffset { get; set; }

Visual Basic  Copy Code

Public Property CalendarHorizontalOffset As Double

 Property Value

A double value indicating the horizontal offset of the drop-down calendar.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.Wpf Namespace
CalendarVerticalOffset Property