Class AnnotationAlignment
Defines how the annotations have to be aligned with respect to its immediate parent
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
Inheritance
System.Object
AnnotationAlignment
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class AnnotationAlignment : Enum
Fields
After
Declaration
public const AnnotationAlignment After
Field Value
Before
Declaration
public const AnnotationAlignment Before
Field Value
Center
Declaration
public const AnnotationAlignment Center
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|