ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramUserHandle

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    DiagramUserHandle
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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 DiagramUserHandle : EJTagHelper

    Constructors

    DiagramUserHandle()

    Declaration
    public DiagramUserHandle()

    Properties

    BackgroundColor

    Defines the background color of user Handle

    Declaration
    [HtmlAttributeName("backgroundColor")]
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    BorderColor

    Defines the borderColor of user Handle

    Declaration
    [HtmlAttributeName("borderColor")]
    public string BorderColor { get; set; }
    Property Value
    Type Description
    System.String

    BorderWidth

    Defines the borderWidth of user Handle

    Declaration
    [HtmlAttributeName("borderWidth")]
    public double BorderWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Content

    Defines the custom content of the user handle

    Declaration
    [HtmlAttributeName("content")]
    public string Content { get; set; }
    Property Value
    Type Description
    System.String

    DisableConnectors

    Defines the visible of user Handle

    Declaration
    [HtmlAttributeName("disableConnectors")]
    public bool DisableConnectors { get; set; }
    Property Value
    Type Description
    System.Boolean

    DisableNodes

    Defines the visible of user Handle

    Declaration
    [HtmlAttributeName("disableNodes")]
    public bool DisableNodes { get; set; }
    Property Value
    Type Description
    System.Boolean

    Displacement

    Defines the displacement of user Handle

    Declaration
    [HtmlAttributeName("displacement")]
    public double Displacement { get; set; }
    Property Value
    Type Description
    System.Double

    HorizontalAlignment

    Defines the horizontal alignment of the user handle Stretch - Stretches the diagram element throughout its immediate parent Left - Aligns the diagram element at the left of its immediate parent Right - Aligns the diagram element at the right of its immediate parent Center - Aligns the diagram element at the center of its immediate parent Auto - Aligns the diagram element based on the characteristics of its immediate parent

    Declaration
    [HtmlAttributeName("horizontalAlignment")]
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    HorizontalAlignment

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Margin

    Defines the margin of the user handle

    Declaration
    [HtmlAttributeName("margin")]
    public DiagramMargin Margin { get; set; }
    Property Value
    Type Description
    DiagramMargin

    Name

    Defines the name of user Handle

    Declaration
    [HtmlAttributeName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Offset

    Defines the offset of user Handle

    Declaration
    [HtmlAttributeName("offset")]
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    PathColor

    Defines the path color of user Handle

    Declaration
    [HtmlAttributeName("pathColor")]
    public string PathColor { get; set; }
    Property Value
    Type Description
    System.String

    PathData

    Defines the path data of user Handle

    Declaration
    [HtmlAttributeName("pathData")]
    public string PathData { get; set; }
    Property Value
    Type Description
    System.String

    Side

    Defines the position of user Handle Top - Aligns the user handles at the top of an object Bottom - Aligns the user handles at the bottom of an object Left - Aligns the user handles at the left of an object Right - Aligns the user handles at the right of an object

    Declaration
    [HtmlAttributeName("side")]
    public Side Side { get; set; }
    Property Value
    Type Description
    Side

    Size

    Defines the size of user Handle

    Declaration
    [HtmlAttributeName("size")]
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    Source

    Defines the image source of the user handle

    Declaration
    [HtmlAttributeName("source")]
    public string Source { get; set; }
    Property Value
    Type Description
    System.String

    VerticalAlignment

    Defines the vertical alignment of the user handle Stretch - Stretches the diagram element throughout its immediate parent Top - Aligns the diagram element at the top of its immediate parent Bottom - Aligns the diagram element at the bottom of its immediate parent Center - Aligns the diagram element at the center of its immediate parent Auto - Aligns the diagram element based on the characteristics of its immediate parent

    Declaration
    [HtmlAttributeName("verticalAlignment")]
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    VerticalAlignment

    Visible

    Defines the visible of user Handle

    Declaration
    [HtmlAttributeName("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved