PCL
pcl::TickStyle Namespace Reference

Slider tick styles. More...

Detailed Description

TickStyle::NoTicks The slider has no ticks
TickStyle::Top Ticks are drawn at the top edge of a horizontal slider
TickStyle::Left Ticks are drawn at the left edge of a vertical slider
TickStyle::Bottom Ticks are drawn at the bottom edge of a horizontal slider
TickStyle::Right Ticks are drawn at the right edge of a vertical slider
TickStyle::BothSides Ticks are drawn at both edges of the slider. Equal to TickStyle::Top|TickStyle::Bottom