Version

SchedulerViewSplitOrientationMode Enumeration

Identifies whether the orientation of the split between views is changed automatically based on control aspect ratio changes or manually by the developer.
Syntax
public enum SchedulerViewSplitOrientationMode : System.Enum 
Members
MemberDescription
AutoIndicates that the orientation of the split between views is changed automatically based on control aspect ratio changes.
ManualIndicates that the orientation of the split between views is changed manually by the developer.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also