menu

UWP

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

    Show / Hide Table of Contents

    Interface INodeAnnotation

    Represents the interface which contains the default properties for annotations used for Nodes.

    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
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.UWP.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
    Windows.UI.Xaml.HorizontalAlignment

    VerticalAlignment

    Gets or sets the vertical alignment of the annotation of the Node.

    Declaration
    VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.VerticalAlignment

    Extension Methods

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