Gets or sets the type of the data to get or set from the clipboard. This should be null (Nothing in Visual Basic) for clipboard set operations.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Type DataType { get; set; } |
Visual Basic Copy Code |
---|
Public Property DataType As Type |
A Type instance.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |