Search
Rating.IsToolTipVisible Property
See Also
 





Gets or sets a value indicating whether to display a tooltip when the user points a rating element with the mouse. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public bool IsToolTipVisible { get; set; }

Visual Basic  Copy Code

Public Property IsToolTipVisible As Boolean

 Property Value

true to display tooltips; otherwise, false.

 See Also