MindFusion.Wpf Pack Programmer's Guide
Shape(TColor, TImage).Properties Property
See Also
 





Gets the properties associated with the shape.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public IDictionary<string, Property> Properties { get; }

Visual Basic  Copy Code

Public ReadOnly Property Properties As IDictionary(Of String, Property)

 Property Value

A map between the shape properties and their names.

 See Also

Shape(TColor, TImage) Members
Shape(TColor, TImage) Class
MindFusion.Vsx Namespace