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
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class AnnotationAlignment : Enum
Fields
After
Declaration
public const AnnotationAlignment After
Field Value
Type |
---|
AnnotationAlignment |
Before
Declaration
public const AnnotationAlignment Before
Field Value
Type |
---|
AnnotationAlignment |
Center
Declaration
public const AnnotationAlignment Center
Field Value
Type |
---|
AnnotationAlignment |