ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramConnectorFixedUserHandle

    Inheritance
    System.Object
    EJTagHelper
    DiagramConnectorFixedUserHandle
    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.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramConnectorFixedUserHandle : EJTagHelper

    Constructors

    DiagramConnectorFixedUserHandle()

    Declaration
    public DiagramConnectorFixedUserHandle()

    Properties

    Alignment

    Specifies the segment alignment of the fixed user handle Center - Aligns the annotation at the center of a connector segment Before - Aligns the annotation before a connector segment After - Aligns the annotation after a connector segment

    Declaration
    public FixedUserHandleAlignment Alignment { get; set; }
    Property Value
    Type Description
    FixedUserHandleAlignment

    CornerRadius

    Specifies the cornerRadius for fixed user handle container

    Declaration
    public double CornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    Displacement

    Specifies the displacement of an fixed user handle from its actual position

    Declaration
    public DiagramPoint Displacement { get; set; }
    Property Value
    Type Description
    DiagramPoint

    Fill

    Specifies the fill color of the fixed user handle

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    HandleStrokeColor

    Specifies the stroke color of the fixed user handle container

    Declaration
    public string HandleStrokeColor { get; set; }
    Property Value
    Type Description
    System.String

    HandleStrokeWidth

    Specifies the stroke width of the fixed user handle container

    Declaration
    public double HandleStrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Height

    Specifies the height of the fixed user handle

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    IconStrokeColor

    Specifies the stroke color of the fixed user handle

    Declaration
    public string IconStrokeColor { get; set; }
    Property Value
    Type Description
    System.String

    IconStrokeWidth

    Specifies the stroke width of the fixed user handle

    Declaration
    public double IconStrokeWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Id

    Specifies the unique id of the fixed user handle

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.Id

    IsChild

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

    Offset

    Specifies the position of the connector fixed user handle

    Declaration
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    Padding

    Specifies the space between the fixed user handle and container

    Declaration
    public DiagramMargin Padding { get; set; }
    Property Value
    Type Description
    DiagramMargin

    PathData

    Specifies the shape information for fixed user handle

    Declaration
    public string PathData { get; set; }
    Property Value
    Type Description
    System.String

    Visibility

    Specifies the visibility of the fixed user handle

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

    Width

    Specifies the width of the fixed user handle

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