Class DiagramDiagramTooltip
Inheritance
System.Object
DiagramDiagramTooltip
Assembly: Syncfusion.EJ2.dll
public class DiagramDiagramTooltip : EJTagHelper
Constructors
Declaration
public DiagramDiagramTooltip()
Properties
Allows to set the same or different animation option for the Tooltip, when it is opened or closed.
Declaration
public object Animation { get; set; }
Property Value
Type |
Description |
System.Object |
|
Content
Defines the content of the Tooltip
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Sets the height of the Tooltip
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Sets how to open the Tooltip
Declaration
public TooltipMode OpenOn { get; set; }
Property Value
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Defines the position of the Tooltip
Declaration
public object Position { get; set; }
Property Value
Type |
Description |
System.Object |
|
Defines the relative mode of the Tooltip
Object - sets the tooltip position relative to the node
Mouse - sets the tooltip position relative to the mouse
Declaration
public TooltipRelativeMode RelativeMode { get; set; }
Property Value
Defines if the Tooltip has tip pointer or not
Declaration
public bool ShowTipPointer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Sets the width of the Tooltip
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|