Class FixedUserHandleAlignment
Defines how the fixedUserHandle have to be aligned with respect to its immediate parent Center - Aligns the fixedUserHandle at the center of a connector segment Before - Aligns the fixedUserHandle before a connector segment After - Aligns the fixedUserHandle after a connector segment
Inheritance
System.Object
    FixedUserHandleAlignment
  Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FixedUserHandleAlignment : Enum
  Fields
After
Declaration
public const FixedUserHandleAlignment After
  Field Value
| Type | 
|---|
| FixedUserHandleAlignment | 
Before
Declaration
public const FixedUserHandleAlignment Before
  Field Value
| Type | 
|---|
| FixedUserHandleAlignment | 
Center
Declaration
public const FixedUserHandleAlignment Center
  Field Value
| Type | 
|---|
| FixedUserHandleAlignment |