Intersoft.Client.UI.Aqua.UXInput Namespace > UXSliderBarBase Class : AutoTooltipPosition Property |
<CategoryAttribute("Common Properties")> Public Property AutoTooltipPosition As PopupPosition
Dim instance As UXSliderBarBase Dim value As PopupPosition instance.AutoTooltipPosition = value value = instance.AutoTooltipPosition
[CategoryAttribute("Common Properties")] public PopupPosition AutoTooltipPosition {get; set;}
[CategoryAttribute("Common Properties")] public: property PopupPosition AutoTooltipPosition { PopupPosition get(); void set ( PopupPosition value); }
When you moves UXThumb along the track, it is useful to have a tooltip that contains the value of the hovered position. To display the tooltip, you can set AutoTooltipVisibility property to True.
The following example shows how to enable auto tooltip in UXSliderBar.
View |
Copy Code
|
---|---|
<Intersoft:UXSliderBar TickPlacement="BottomRight" AutoTooltipVisibility="Visible" HandlesVisibility="Visible"/> |
Besides that, you can also set the following properties in the tooltip.
Gets or sets the placement of the tooltip when it is displayed.
Gets or sets the format string applied to the content of the tooltip.
You can apply the standard numeric format string to the content of the tooltip. For more information on standard numeric format string, see Standards Numeric Format Strings.
Gets or set the horizontal direction of the tooltip popup.
Gets or set the vertical direction of the tooltip popup.
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