ComponentOne Xamarin.iOS
Orientation Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : Orientation Property
Gets or sets a value indicating which orientation the calendar navigates.
Syntax
'Declaration
 
<Foundation.ExportAttribute("Orientation")>
<BrowsableAttribute(True)>
Public Property Orientation As CalendarOrientation
'Usage
 
Dim instance As C1Calendar
Dim value As CalendarOrientation
 
instance.Orientation = value
 
value = instance.Orientation
[Foundation.Export("Orientation")]
[Browsable(true)]
public CalendarOrientation Orientation {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members