Interface IDiagramElement
IDiagramElement
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IDiagramElement : IID, INotifyPropertyChanged
Properties
Key
Gets or sets the key of the DiagramElement.
Declaration
object Key { get; set; }
Property Value
Type |
---|
System.Object |