Search
Shape(TColor, TImage).Parent Property
See Also
 





Gets the shape parent.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public Shape<TColor, TImage> Parent { get; }

Visual Basic  Copy Code

Public ReadOnly Property Parent As Shape(Of TColor, TImage)

 Property Value

An instance of the Shape(TColor, TImage) class.

 See Also