Class DiagramDiagramTooltip
Inheritance
System.Object
DiagramDiagramTooltip
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public class DiagramDiagramTooltip : EJTagHelper
Constructors
DiagramDiagramTooltip()
Declaration
public DiagramDiagramTooltip()
Properties
Animation
Allows to set the same or different animation option for the Tooltip, when it is opened or closed.
Declaration
[HtmlAttributeName("animation")]
public object Animation { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Content
Defines the content of the Tooltip
Declaration
[HtmlAttributeName("content")]
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
Type | Description |
---|---|
MvcTemplate<System.Object> |
Height
Sets the height of the Tooltip
Declaration
[HtmlAttributeName("height")]
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
OpenOn
Sets how to open the Tooltip
Declaration
[HtmlAttributeName("openOn")]
public TooltipMode OpenOn { get; set; }
Property Value
Type | Description |
---|---|
TooltipMode |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Position
Defines the position of the Tooltip
Declaration
[HtmlAttributeName("position")]
public object Position { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
RelativeMode
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
[HtmlAttributeName("relativeMode")]
public TooltipRelativeMode RelativeMode { get; set; }
Property Value
Type | Description |
---|---|
TooltipRelativeMode |
ShowTipPointer
Defines if the Tooltip has tip pointer or not
Declaration
[HtmlAttributeName("showTipPointer")]
public bool ShowTipPointer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
Sets the width of the Tooltip
Declaration
[HtmlAttributeName("width")]
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |