New to Telerik UI for WinFormsStart a free 30-day trial

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; }
Property Value:

The description of the diagram.

Gets or sets the identifier of the diagram.

C#
public string Id { get; set; }
Property Value:

The diagram identifier.

Remarks:

By default this is a generated Guid.

Gets or sets the title of the current diagram.

C#
public string Title { get; set; }
Property Value:

The title of the diagram.

Extension Methods