TickLabelsOrientation
Slider Tick labels Orientation
Type
const TickLabelsOrientation: {
readonly BottomToTop: "bottomtotop";
readonly Horizontal: "horizontal";
readonly TopToBottom: "toptobottom";
} Defined in projects/igniteui-angular/slider/src/slider/slider.common.ts:79, projects/igniteui-angular/slider/src/slider/slider.common.ts:84
Properties
Section titled "Properties"BottomToTop
Section titled "BottomToTop"readonly BottomToTop: "bottomtotop" Defined in projects/igniteui-angular/slider/src/slider/slider.common.ts:82
Horizontal
Section titled "Horizontal"readonly Horizontal: "horizontal" Defined in projects/igniteui-angular/slider/src/slider/slider.common.ts:80
TopToBottom
Section titled "TopToBottom"readonly TopToBottom: "toptobottom" Defined in projects/igniteui-angular/slider/src/slider/slider.common.ts:81