Gets the shape parent.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public Shape<TColor, TImage> Parent { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Parent As Shape(Of TColor, TImage) |
An instance of the Shape(TColor, TImage) class.
See Also