Partager via


ShapeCollection.Owner, propriété

Obtient ShapeContainer qui possède ShapeCollection.

Espace de noms :  Microsoft.VisualBasic.PowerPacks
Assembly :  Microsoft.VisualBasic.PowerPacks.Vs (dans Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Owner As ShapeContainer
public ShapeContainer Owner { get; }
public:
property ShapeContainer^ Owner {
    ShapeContainer^ get ();
}
member Owner : ShapeContainer
function get Owner () : ShapeContainer

Valeur de propriété

Type : Microsoft.VisualBasic.PowerPacks.ShapeContainer
ShapeContainer possédant ShapeCollection.

Notes

Cette propriété est l'équivalent de la propriété d'Parent d'LineShape, d'OvalShape, ou du contrôle d'RectangleShape.

Sécurité .NET Framework

Voir aussi

Référence

ShapeCollection Classe

Microsoft.VisualBasic.PowerPacks, espace de noms

Autres ressources

Introduction aux contrôles Line et Shape (Visual Studio)

Comment : dessiner des lignes avec le contrôle LineShape (Visual Studio)

Comment : dessiner des formes avec les contrôles OvalShape et RectangleShape (Visual Studio)