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