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





Gets or sets the view orientation.

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

 Syntax

C#  Copy Code

public Orientation Orientation { get; set; }

Visual Basic  Copy Code

Public Property Orientation As Orientation

 Property Value

A member of the Orientation enumeration.

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 Remarks

A vertical timetable view displays cells for the same daytime in a row, and cells for the same date in a column. A horizontal timetable view displays cells for the same time of the day in a column, and cells for the same date in a row.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Silverlight Namespace