C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarYearsPanel Class / Orientation Property


In This Topic
Orientation Property (CalendarYearsPanel)
In This Topic
Syntax
'Declaration
 
Public Overridable Property Orientation As Android.Widget.Orientation
 
'Usage
 
Dim instance As CalendarYearsPanel
Dim value As Android.Widget.Orientation
 
instance.Orientation = value
 
value = instance.Orientation
See Also