IAutoShape
Parent Property
|
Gets the parent slide of a shape.
Read-only
ActiveSlide
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
ActiveSlide Parent { get; }
ReadOnly Property Parent As ActiveSlide
Get
property ActiveSlide^ Parent {
ActiveSlide^ get ();
}
abstract Parent : ActiveSlide with get
Property Value
Type:
ActiveSlide
Implements
IShape
Parent
See Also