menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TipPosition

    Show / Hide Table of Contents

    Class TipPosition

    Represents the Tooltip position.

    Inheritance
    System.Object
    EJTagHelper
    TipPosition
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class TipPosition : EJTagHelper

    Constructors

    TipPosition()

    Declaration
    public TipPosition()

    Fields

    m_stem

    Declaration
    public Stem m_stem
    Field Value
    Type Description
    Stem

    m_target

    Declaration
    public Target m_target
    Field Value
    Type Description
    Target

    Properties

    Stem

    Gets and Sets Position-stem property

    Declaration
    [JsonProperty("stem")]
    public Stem Stem { get; set; }
    Property Value
    Type Description
    Stem

    Target

    Gets and Sets Position-target property

    Declaration
    [JsonProperty("target")]
    public Target Target { get; set; }
    Property Value
    Type Description
    Target
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved