Class DiagramMetadata
Utility class capturing the metadata of a diagram.
Inheritance
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class DiagramMetadata : Object
Constructors
DiagramMetadata()
Properties
Description
Gets or sets the description of the current diagram.
Declaration
public string Description { get; set; }
Property Value
System.String
The description of the diagram. |
Id
Gets or sets the identifier of the diagram.
Declaration
public string Id { get; set; }
Property Value
System.String
The diagram identifier. |
Remarks
By default this is a generated Guid.
Title
Gets or sets the title of the current diagram.
Declaration
public string Title { get; set; }
Property Value
System.String
The title of the diagram. |