ComponentOne Xamarin.iOS
FlowDirection Property (C1Calendar)


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : FlowDirection Property
Gets or sets a value that indicates whether that content should flow.
Syntax
'Declaration
 
<Foundation.ExportAttribute("FlowDirection")>
<BrowsableAttribute(True)>
Public Property FlowDirection As FlowDirection
'Usage
 
Dim instance As C1Calendar
Dim value As FlowDirection
 
instance.FlowDirection = value
 
value = instance.FlowDirection
[Foundation.Export("FlowDirection")]
[Browsable(true)]
public FlowDirection FlowDirection {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members