Enum SidebarSide
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
Which side of the layout the sidebar is anchored to (logical, not absolute).
public enum SidebarSide
Fields
End = 1Inline-end side — right in LTR, left in RTL.
Start = 0Inline-start side — left in LTR, right in RTL.