C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / SliderOrientation Enumeration

SliderOrientation Enumeration
Defines the different orientations that a control or layout can have.
Syntax
'Declaration
 
Public Enum SliderOrientation 
   Inherits System.Enum
 
Members
MemberDescription
HorizontalControl or layout should be horizontally oriented.
VerticalControl or layout should be vertically oriented.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Blazor.Input.SliderOrientation

See Also