menu

UWP

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

    Show / Hide Table of Contents

    Class AnnotationConstraints

    Specifies to enable/disable certain behaviors for Annotation.

    Inheritance
    System.Object
    AnnotationConstraints
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class AnnotationConstraints : Enum

    Fields

    Default

    Enables all Annotation constraints.

    Declaration
    public const AnnotationConstraints Default
    Field Value
    Type
    AnnotationConstraints

    Draggable

    Enables or disables whether the annotation to be dragged.

    Declaration
    public const AnnotationConstraints Draggable
    Field Value
    Type
    AnnotationConstraints

    DragLimit

    Specifies whether annotation to be draggable

    Declaration
    public const AnnotationConstraints DragLimit
    Field Value
    Type
    AnnotationConstraints

    Editable

    Enables or disables Annotation to be Edited.

    Declaration
    public const AnnotationConstraints Editable
    Field Value
    Type
    AnnotationConstraints

    Inherit

    Enables or disables to inherit all the Dragging, Rotation,Selection,Resize and Editable from Node/Connector

    Declaration
    public const AnnotationConstraints Inherit
    Field Value
    Type
    AnnotationConstraints

    InheritDraggable

    Enables or disables to inherit the value for Draggable from Node/Connector.

    Declaration
    public const AnnotationConstraints InheritDraggable
    Field Value
    Type
    AnnotationConstraints

    InheritEditable

    Enables or disables to inherit the value for Editable from Node/Connector.

    Declaration
    public const AnnotationConstraints InheritEditable
    Field Value
    Type
    AnnotationConstraints

    InheritResizable

    Enables or disables to inherit the value for Resizable from Node/Connector.

    Declaration
    public const AnnotationConstraints InheritResizable
    Field Value
    Type
    AnnotationConstraints

    InheritRotatable

    Enables or disables to inherit the value for Rotatable from Node/Connector.

    Declaration
    public const AnnotationConstraints InheritRotatable
    Field Value
    Type
    AnnotationConstraints

    InheritSelectable

    Enables or disables whether the selection value should inherit from its parent.

    Declaration
    public const AnnotationConstraints InheritSelectable
    Field Value
    Type
    AnnotationConstraints

    None

    Disables all behaviors of Annotation.

    Declaration
    public const AnnotationConstraints None
    Field Value
    Type
    AnnotationConstraints

    Resizable

    Enables or disables a Annotation to be Resized.

    Declaration
    public const AnnotationConstraints Resizable
    Field Value
    Type
    AnnotationConstraints

    ResizeEast

    Enables or disables annotation to be resized east.

    Declaration
    public const AnnotationConstraints ResizeEast
    Field Value
    Type
    AnnotationConstraints

    ResizeNorth

    Enables or disables annotation to be resized north.

    Declaration
    public const AnnotationConstraints ResizeNorth
    Field Value
    Type
    AnnotationConstraints

    ResizeNorthEast

    Enables or disables annotation to be resized northeast.

    Declaration
    public const AnnotationConstraints ResizeNorthEast
    Field Value
    Type
    AnnotationConstraints

    ResizeNorthWest

    Enables or disables annotation to be resized northwest.

    Declaration
    public const AnnotationConstraints ResizeNorthWest
    Field Value
    Type
    AnnotationConstraints

    ResizeSouth

    Enables or disables annotation to be resized south.

    Declaration
    public const AnnotationConstraints ResizeSouth
    Field Value
    Type
    AnnotationConstraints

    ResizeSouthEast

    Enables or disables annotation to be resized southeast.

    Declaration
    public const AnnotationConstraints ResizeSouthEast
    Field Value
    Type
    AnnotationConstraints

    ResizeSouthWest

    Enables or disables annotation to be resized southwest.

    Declaration
    public const AnnotationConstraints ResizeSouthWest
    Field Value
    Type
    AnnotationConstraints

    ResizeWest

    Enables or disables annotation to be resized west.

    Declaration
    public const AnnotationConstraints ResizeWest
    Field Value
    Type
    AnnotationConstraints

    Rotatable

    Enables or disables whether the annotation to be Rotated.

    Declaration
    public const AnnotationConstraints Rotatable
    Field Value
    Type
    AnnotationConstraints

    Selectable

    Enables or disables whether the annotation to be selectable.

    Declaration
    public const AnnotationConstraints Selectable
    Field Value
    Type
    AnnotationConstraints

    Extension Methods

    DiagramExtensions.Add(AnnotationConstraints, AnnotationConstraints[])
    DiagramExtensions.Remove(AnnotationConstraints, AnnotationConstraints[])
    DiagramExtensions.Toggle(AnnotationConstraints, AnnotationConstraints[])
    DiagramExtensions.Contains(AnnotationConstraints, AnnotationConstraints)
    DiagramExtensions.ContainsAll(AnnotationConstraints, AnnotationConstraints)
    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved