[]
        
(Showing Draft Content)

C1.Blazor.Core.FlowDirection

FlowDirection Enum

Flow Direction mode.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public enum FlowDirection
Public Enum FlowDirection

Fields

Name Description
Default

Indicates that content should flow from left to right in default

LeftToRight

Indicates that content should flow from left to right.

RightToLeft

Indicates that content should flow from right to left.