Enum Orientation
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the display orientation of a MudPicker<T>.
public enum Orientation
- Extension Methods
Fields
Landscape = 1
The picker is wider than it is tall, with a title on the left.
Portrait = 0
The picker is taller than it is wide, with a title on top.