menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramNodeFixedUserHandle

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramNodeFixedUserHandle
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramNodeFixedUserHandle : EJTagHelper

    Constructors

    DiagramNodeFixedUserHandle()

    Declaration
    public DiagramNodeFixedUserHandle()

    Properties

    CornerRadius

    Specifies the cornerRadius for fixed user handle container

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

    The default value is 0

    Fill

    Specifies the fill color of the fixed user handle

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

    The default value is "transparent"

    HandleStrokeColor

    Specifies the stroke color of the fixed user handle container

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

    The default value is ""

    HandleStrokeWidth

    Specifies the stroke width of the fixed user handle container

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

    The default value is 1

    Height

    Specifies the height of the fixed user handle

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

    The default value is 10

    IconStrokeColor

    Specifies the stroke color of the fixed user handle

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

    The default value is "transparent"

    IconStrokeWidth

    Specifies the stroke width of the fixed user handle

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

    The default value is 0

    Id

    Specifies the unique id of the fixed user handle

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

    The default value is ""

    Overrides
    Syncfusion.EJ2.EJTagHelper.Id

    Margin

    Specifies the space that the fixed user handle has to be moved from its actual position

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

    The default value is null

    Offset

    Specifies the position of the node fixed user handle

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

    The default value is null

    Padding

    Specifies the space between the fixed user handle and container

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

    The default value is null

    PathData

    Specifies the shape information for fixed user handle

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

    The default value is ""

    Tooltip

    Used to show tooltip for fixed user handle on mouse over.

    Declaration
    public object Tooltip { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Visibility

    Specifies the visibility of the fixed user handle

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

    The default value is true

    Width

    Specifies the width of the fixed user handle

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

    The default value is 10

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved