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





Gets the control points associated with the shape.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public IDictionary<string, Control> Controls { get; }

Visual Basic  Copy Code

Public ReadOnly Property Controls As IDictionary(Of String, Control)

 Property Value

A map between the shape controls and their names.

 See Also

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