DiagramMetadata
Class
Utility class capturing the metadata of a diagram.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public sealed class DiagramMetadata
Inheritance: objectDiagramMetadata
Constructors
Initializes a new instance of the DiagramMetadata class.
C#
public DiagramMetadata()
Properties
Gets or sets the description of the current diagram.
C#
public string Description { get; set; }
The description of the diagram.
Gets or sets the identifier of the diagram.
C#
public string Id { get; set; }
The diagram identifier.
Remarks:
By default this is a generated Guid.