Interface INodeAnnotation
Represents the interface which contains the default properties for annotations used for Nodes.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface INodeAnnotation : IAnnotation
Properties
HorizontalAlignment
Gets or sets the horizontal alignment of the annotation of the Node.
Declaration
HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
System.Windows.HorizontalAlignment |
VerticalAlignment
Gets or sets the vertical alignment of the annotation of the Node.
Declaration
VerticalAlignment VerticalAlignment { get; set; }
Property Value
Type |
---|
System.Windows.VerticalAlignment |