Class DiagramNodeFixedUserHandle
Inheritance
System.Object
DiagramNodeFixedUserHandle
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 |
|
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
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
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
Offset
Specifies the position of the node fixed user handle
Declaration
public DiagramPoint Offset { get; set; }
Property Value
Padding
Specifies the space between the fixed user handle and container
Declaration
public DiagramMargin Padding { get; set; }
Property Value
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 |
|