Class
DiagramMetadata

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

string

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

string

The diagram identifier.

Remarks

By default this is a generated Guid.

Title

Gets or sets the title of the current diagram.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

The title of the diagram.

Extension Methods