[]
        
(Showing Draft Content)

C1.Blazor.Input.SliderOrientation

SliderOrientation Class

Defines the different orientations that a control or layout can have.

Inheritance
SliderOrientation
Namespace: C1.Blazor.Input
Assembly: C1.Blazor.Input.dll
Syntax
[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

Constructors

Name Description
SliderOrientation()

Properties

Name Description
Horizontal

Control or layout should be horizontally oriented.

Vertical

Control or layout should be vertically oriented.