Gets the user values associated with the shape.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
C# Copy Code |
---|
public IDictionary<string, UserValue> UserValues { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property UserValues As IDictionary(Of String, UserValue) |
A map between the shape user values and their names.
WpfDiagram Programmer's Guide | © 2024 MindFusion |