[]
Defines the different orientations that a control or layout can have.
[Obsolete("The type is going to be deleted in further releases. Use C1.Blazor.Core.Orientation enum instead.")]
public class SliderOrientation
<Obsolete("The type is going to be deleted in further releases. Use C1.Blazor.Core.Orientation enum instead.")>
Public Class SliderOrientation
| Name | Description |
|---|---|
| SliderOrientation() |
| Name | Description |
|---|---|
| Horizontal | Control or layout should be horizontally oriented. |
| Vertical | Control or layout should be vertically oriented. |