Class TextAnnotationDirection
Specifies the directions of the Callout.
Inheritance
System.Object
TextAnnotationDirection
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class TextAnnotationDirection : Enum
Fields
Auto
Specifies the Callout direction as auto to switch the direction based on the connector position.
Declaration
public const TextAnnotationDirection Auto
Field Value
Type |
---|
TextAnnotationDirection |
Bottom
Specifies the Callout direction as bottom when the absolute angle as 90 degree.
Declaration
public const TextAnnotationDirection Bottom
Field Value
Type |
---|
TextAnnotationDirection |
Left
Specifies the Callout direction as left when the absolute angle as 180 degree.
Declaration
public const TextAnnotationDirection Left
Field Value
Type |
---|
TextAnnotationDirection |
Right
Specifies the Callout direction as right when the absolute angle as 0 degree.
Declaration
public const TextAnnotationDirection Right
Field Value
Type |
---|
TextAnnotationDirection |
Top
Specifies the Callout direction as top when the absolute angle as 270 degree or -90dDegree.
Declaration
public const TextAnnotationDirection Top
Field Value
Type |
---|
TextAnnotationDirection |