MindFusion.Scheduling for Silverlight Programmer's Guide
ItemPresenter.Orientation Property
See Also
 





Gets the orientation of the associated item.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public Orientation Orientation { get; }

Visual Basic  Copy Code

Public ReadOnly Property Orientation As Orientation

 Property Value

A member of the Orientation enumeration.

 Remarks

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.

 See Also

ItemPresenter Members
ItemPresenter Class
MindFusion.Scheduling.Silverlight Namespace