Gets the orientation of the associated item.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public Orientation Orientation { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Orientation As Orientation |
A member of the Orientation enumeration.
Items are displayed in either vertical or horizontal orientation depending on the current view and the current view settings. In SingleMonth, MonthRange, WeekRange and Resource views items are always displayed in horizontal orientation. In List view the item's orientation depends on the value of the ItemOrientation property. In Timetable view all day items have horizontal orientation and non-all day items have vertical orientation.
The value of this property is automatically updated to reflect the current orientation of the underlying item.