Class ToolTip
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ToolTip : DiagramElementViewModel, IDiagramElement, IID, INotifyPropertyChanged, IToolTip
Constructors
ToolTip()
Initializes a new instance of the ToolTip class.
Declaration
public ToolTip()
Properties
Constraints
Gets or sets a Constraints for the ToolTip.
Declaration
public ToolTipConstraints Constraints { get; set; }
Property Value
Type |
---|
ToolTipConstraints |
Text
Gets or sets a Text for the ToolTip.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
TextStyle
Gets or sets a Style for the ToolTip Text.
Declaration
public Style TextStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
ToolTipStyle
Gets or sets a Style for the ToolTip.
Declaration
public Style ToolTipStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
Visibility
Gets or sets a Visibility for the ToolTip.
Declaration
public Visibility Visibility { get; set; }
Property Value
Type |
---|
System.Windows.Visibility |
Methods
ToValue(Double)
Convert the double value to string.
Declaration
protected virtual string ToValue(double displayValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | displayValue |
Returns
Type |
---|
System.String |
Implements
System.ComponentModel.INotifyPropertyChanged