Table of Contents

Enum StdSlider.SliderThumb.ShapeType

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the type of a geometric shape used to paint the slider thumb.

public enum StdSlider.SliderThumb.ShapeType

Fields

Circle = 0

Represents a geometric circle defined by its radius.

Rectangle = 1

Represents a rectangle defined by its width and height.

Remarks

This enumeration defines the supported shape types, such as Circle and Rectangle.