Interface ISymbol
Represents to describe the symbol.
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public interface ISymbol
Properties
Key
Gets or sets a unique name for symbol.
Declaration
object Key { get; set; }
Property Value
Type |
---|
System.Object |
Symbol
Gets or sets a Symbol to be added in Stencil which can accept any object.
Declaration
object Symbol { get; set; }
Property Value
Type |
---|
System.Object |
SymbolTemplate
Gets or sets the
Declaration
DataTemplate SymbolTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
Methods
Clone()
Creates a modifiable clone of this Symbol, making deep copies of this object's values.
Declaration
ISymbol Clone()
Returns
Type |
---|
ISymbol |