MindFusion.Wpf Pack Programmer's Guide
WeekHeaderAlignment Enumeration
See Also
 





Specifies the alignment of the week numbers header in a Calendar control.

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

 Syntax

C#  Copy Code

public enum WeekHeaderAlignment

Visual Basic  Copy Code

Public Enum WeekHeaderAlignment

 Members

  Member name Description

Left

Indicates that the header is displayed on the left side.

Right

Indicates that the header is displayed on the right side.

 Remarks

Values from this enumeration can be assigned to the WeekHeaderAlignment property of the Calendar class.

 See Also

MindFusion.UI.Wpf Namespace