Class FixedUserHandleAlignment
Specifies how the fixed user handle must be aligned
Inheritance
System.Object
FixedUserHandleAlignment
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FixedUserHandleAlignment : Enum
Examples
FixedUserHandles = new ObservableCollection<DiagramConnectorFixedUserHandle>()
{
new DiagramConnectorFixedUserHandle() { Id = "user2", Padding = new IconPadding { Top = 0 , Left = 0, Bottom = 0, Right = 0 },Height = 20, Width = 20, Offset = 1,Fill = "red",Visibility = true, Alignment = FixedUserHandleAlignment.After, Displacement ={ X = 10,Y = 10 },CornerRadius = 4, HandleStrokeColor = "green" , HandleStrokeWidth = 4, PathData = "M60.3,18H27.5c-3,0-5.5,2.4-5.5,5.5v38.2h5.5V23.5h32.7V18z M68.5,28.9h-30c-3,0-5.5,2.4-5.5,5.5v38.2c0,3,2.4,5.5,5.5,5.5h30c3,0,5.5-2.4,5.5-5.5V34.4C73.9,31.4,71.5,28.9,68.5,28.9z M68.5,72.5h-30V34.4h30V72.5z" }
},
Fields
After
Fixed user handle placed bottom to the connector segment.
Declaration
public const FixedUserHandleAlignment After
Field Value
Type | Description |
---|---|
FixedUserHandleAlignment |
Before
Fixed user handle placed top of the connector segment.
Declaration
public const FixedUserHandleAlignment Before
Field Value
Type | Description |
---|---|
FixedUserHandleAlignment |
Center
Fixed user handle placed over the connector segment.
Declaration
public const FixedUserHandleAlignment Center
Field Value
Type | Description |
---|---|
FixedUserHandleAlignment |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |