ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramDiagramTooltip - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramDiagramTooltip

    Inheritance
    System.Object
    EJTagHelper
    DiagramDiagramTooltip
    DiagramTooltipDiagram
    NodeTooltipNodes
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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
    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
    Type Description
    MvcTemplate<System.Object>

    Height

    Sets the height of the Tooltip

    Declaration
    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
    EJTagHelper.IsComplex

    OpenOn

    Sets how to open the Tooltip

    Declaration
    public TooltipMode OpenOn { get; set; }
    Property Value
    Type Description
    TooltipMode

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Position

    Defines the position of the Tooltip

    Declaration
    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
    public TooltipRelativeMode RelativeMode { get; set; }
    Property Value
    Type Description
    TooltipRelativeMode

    ShowTipPointer

    Defines if the Tooltip has tip pointer or not

    Declaration
    public bool ShowTipPointer { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width

    Sets the width of the Tooltip

    Declaration
    public string Width { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved