Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / IFlowDirection Interface / UpdateLayoutDirection Method

In This Topic
    UpdateLayoutDirection Method
    In This Topic
    Update layout of control based on FlowDirection property.
    Syntax
    'Declaration
     
    
    Sub UpdateLayoutDirection( _
       ByVal direction As FlowDirection _
    ) 
    void UpdateLayoutDirection( 
       FlowDirection direction
    )

    Parameters

    direction
    See Also