WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IElement

    Show / Hide Table of Contents

    Interface IElement

    Element interface.

    Namespace: Syncfusion.SVG.IO
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IElement

    Properties

    Id

    Gets or sets the id.

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

    The id.

    Name

    Gets the name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    The name.

    OwnerDocument

    Gets the owner document.

    Declaration
    SvgDocument OwnerDocument { get; }
    Property Value
    Type Description
    SvgDocument

    The owner document.

    Text

    Gets or sets the text.

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

    The text.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved