Xceed Toolkit Plus for WPF v4.6 Documentation
ShowValueTooltip Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > Rating Class : ShowValueTooltip Property
Gets or sets if the value tooltip should be displayed.
Syntax
'Declaration
 
Public Property ShowValueTooltip As Boolean
'Usage
 
Dim instance As Rating
Dim value As Boolean
 
instance.ShowValueTooltip = value
 
value = instance.ShowValueTooltip
public bool ShowValueTooltip {get; set;}

Property Value

true to display the value tooltip; false to disable the tooltip.
Requirements

Target Platforms: Windows 11, Windows 10, 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

Rating Class
Rating Members