Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / FlowDirection Property


In This Topic
    FlowDirection Property (C1Calendar)
    In This Topic
    Gets or sets a value that indicates whether that content should flow.
    Syntax
    'Declaration
     
    
    Public Property FlowDirection As FlowDirection
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As FlowDirection
     
    instance.FlowDirection = value
     
    value = instance.FlowDirection
    public FlowDirection FlowDirection {get; set;}
    See Also