Interface ITextAnnotation
Represents the interface which contains the default properties for TextAnnotationViewModel class.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface ITextAnnotation : INodeAnnotation, IAnnotation
Properties
Text
Gets or sets the text value of the annotation.
Declaration
string Text { get; set; }
Property Value
Type |
---|
System.String |
TextWrapping
Gets or sets the text wrapping value of the annotation.
Declaration
TextWrapping TextWrapping { get; set; }
Property Value
Type |
---|
System.Windows.TextWrapping |