Gets or sets the attachment data.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public int Data { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Data As Integer |
RemarksThe interpretation of this value depends on the type of the attachment.
See Also