Specifies the alignment of the week numbers header in a Calendar control.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
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. |
RemarksValues from this enumeration can be assigned to the WeekHeaderAlignment property of the Calendar class.
See Also