Gets or sets a description string associated with the metafile.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Wmf
SyntaxC#
Copy Code
|
|---|
public string Description { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Description As String |
A string specifying the metafile description. The default is an empty string.
See Also