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.WPF.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 |
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 |