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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
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)