FirstDayOfWeek Property
Gets or sets the day that is considered the beginning of the week.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public DayOfWeek FirstDayOfWeek { get; set; }
Public Property FirstDayOfWeek As DayOfWeek
Get
Set
member FirstDayOfWeek : DayOfWeek with get, set
Property Value
DayOfWeek
A DayOfWeek representing the beginning of the week. The default is Sunday.