Interface IToolTip
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.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IToolTip
Properties
Constraints
Gets or sets a Constraints for the ToolTip.
Declaration
ToolTipConstraints Constraints { get; set; }
Property Value
Type |
---|
ToolTipConstraints |
Text
Gets or sets a Text for the ToolTip.
Declaration
string Text { get; set; }
Property Value
Type |
---|
System.String |
TextStyle
Gets or sets a Style for the ToolTip Text.
Declaration
Style TextStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
ToolTipStyle
Gets or sets a Style for the ToolTip.
Declaration
Style ToolTipStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
Visibility
Gets or sets a Visibility for the ToolTip.
Declaration
Visibility Visibility { get; set; }
Property Value
Type |
---|
System.Windows.Visibility |