Enum StdSlider.SliderThumb.ShapeType
Represents the type of a geometric shape used to paint the slider thumb.
public enum StdSlider.SliderThumb.ShapeType
Fields
Circle = 0Represents a geometric circle defined by its radius.
Rectangle = 1Represents a rectangle defined by its width and height.