Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CalendarView.HorizontalDayItemAlignment Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the horizontal alignment of day items in the calendar.

public:
 property HorizontalAlignment HorizontalDayItemAlignment { HorizontalAlignment get(); void set(HorizontalAlignment value); };
HorizontalAlignment HorizontalDayItemAlignment();

void HorizontalDayItemAlignment(HorizontalAlignment value);
public HorizontalAlignment HorizontalDayItemAlignment { get; set; }
var horizontalAlignment = calendarView.horizontalDayItemAlignment;
calendarView.horizontalDayItemAlignment = horizontalAlignment;
Public Property HorizontalDayItemAlignment As HorizontalAlignment
<CalendarView HorizontalDayItemAlignment="horizontalAlignmentMemberName" />
 

Property Value

An enumeration value that indicates the horizontal alignment of day items in the calendar.

Applies to


Feedback

Was this page helpful?