Intersoft ClientUI Documentation
TickPlacement Enumeration



Specifies the position of tick marks in slider bar.
Syntax
Public Enum TickPlacement 
   Inherits System.Enum
Dim instance As TickPlacement
public enum TickPlacement : System.Enum 
public enum class TickPlacement : public System.Enum 
Members
MemberDescription
Both Specifies that the tick marks will displayed above and below the track bar for horizontal slider bar, or to the left and right of the track bar for vertical slider bar.
BottomRight Specifies that the tick marks will be displayed below the track bar for horizontal slider bar, or to the right of the track bar for vertical slider bar.
None Specifies that no tick marks will be displayed in the slider bar.
TopLeft Specifies that the tick marks will be displayed above the track bar for horizontal slider bar, or to the left of the track bar for vertical slider bar.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXInput.TickPlacement

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Aqua.UXInput Namespace

Send Feedback