Class ConnectorAnnotationAlignment
Specifies the annotation alignment of connectors.
Inheritance
System.Object
ConnectorAnnotationAlignment
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ConnectorAnnotationAlignment : Enum
Fields
Center
Specifies that annotations are aligned at center of the connector.
Declaration
public const ConnectorAnnotationAlignment Center
Field Value
Type |
---|
ConnectorAnnotationAlignment |
Source
Specifies that annotations are aligned at source side of the connector.
Declaration
public const ConnectorAnnotationAlignment Source
Field Value
Type |
---|
ConnectorAnnotationAlignment |
Target
Specifies that annotations are aligned at target side of the connector.
Declaration
public const ConnectorAnnotationAlignment Target
Field Value
Type |
---|
ConnectorAnnotationAlignment |