menu

WPF

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

    Show / Hide Table of Contents

    Class SymbolElement

    Represents a class to describe symbol elements of stencil control.

    Inheritance
    System.Object
    SymbolElement
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil.Serializer
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class SymbolElement

    Constructors

    SymbolElement()

    Declaration
    public SymbolElement()

    Properties

    Attributes

    Gets or sets the attributes of a stencil symbol.

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Key

    Gets or sets the key values of a stencil symbol.

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

    Name

    Gets or sets the name of the stencil symbol.

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

    Raw

    Gets or sets the source value of stencil symbol.

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

    Symbol

    Gets or sets symbol value of stencil.

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

    type

    Gets or sets type of a stencil symbol.

    Declaration
    public string type { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved