menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITextAnnotation - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITextAnnotation

    Represents the interface which contains the default properties for TextAnnotationViewModel class.

    Inherited Members
    IAnnotation.AnnotationRelativeMode
    IAnnotation.Background
    IAnnotation.Constraints
    IAnnotation.Content
    IAnnotation.Displacement
    IAnnotation.DragLimit
    IAnnotation.EditTemplate
    IAnnotation.FontFamily
    IAnnotation.FontSize
    IAnnotation.FontStyle
    IAnnotation.FontWeight
    IAnnotation.Foreground
    IAnnotation.LabelWidth
    IAnnotation.Length
    IAnnotation.Margin
    IAnnotation.Mode
    IAnnotation.Offset
    IAnnotation.Pivot
    IAnnotation.ReadOnly
    IAnnotation.RotateAngle
    IAnnotation.RotationReference
    IAnnotation.TextHorizontalAlignment
    IAnnotation.TextTrimming
    IAnnotation.TextVerticalAlignment
    IAnnotation.UnitHeight
    IAnnotation.UnitWidth
    IAnnotation.ViewTemplate
    IAnnotation.WrapText
    INodeAnnotation.HorizontalAlignment
    INodeAnnotation.VerticalAlignment
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.UWP.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
    Windows.UI.Xaml.TextWrapping

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved