Gets the properties associated with the shape.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public IDictionary<string, Property> Properties { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Properties As IDictionary(Of String, Property) |
A map between the shape properties and their names.
See Also