Class DiagramConnectorFixedUserHandle
Inheritance
System.Object
DiagramConnectorFixedUserHandle
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
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
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
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
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 |
|