menu

UWP

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

    Show / Hide Table of Contents

    Class SymbolElement

    Represents a class to describe symbol elements of stencil control.

    Inheritance
    System.Object
    SymbolElement
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil.Serializer
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class SymbolElement : Object

    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

    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

    Extension Methods

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