menu

UWP

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

    Show / Hide Table of Contents

    Class DiagramElement

    Serializer

    Inheritance
    System.Object
    DiagramElement
    Annotation
    Connector
    ContainerHeader
    Lane
    Node
    Phase
    PortBase
    Swimlane
    SwimlaneHeader
    Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public abstract class DiagramElement : Object

    Constructors

    DiagramElement()

    Declaration
    protected DiagramElement()

    Properties

    ID

    Serializer

    Declaration
    public object ID { get; set; }
    Property Value
    Type
    System.Object

    Key

    Identify the SymbolGroup by using Key.

    Declaration
    public object Key { get; set; }
    Property Value
    Type
    System.Object

    Raw

    Serializer

    Declaration
    public object Raw { get; set; }
    Property Value
    Type
    System.Object

    Type

    Serializer

    Declaration
    public string Type { get; set; }
    Property Value
    Type
    System.String

    Extension Methods

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