Class DiagramConnectorFixedUserHandle
Inheritance
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 | The default value is FixedUserHandleAlignment.Center |
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 |
Displacement
Specifies the displacement of an fixed user handle from its actual position
Declaration
public DiagramPoint Displacement { get; set; }
Property Value
Type | Description |
---|---|
DiagramPoint | The default value is null |
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
Offset
Specifies the position of the connector fixed user handle
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0.5 |
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 |