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
public ActiveSlide Parent { get; }
Public ReadOnly Property Parent As ActiveSlide
Get
public:
virtual property ActiveSlide^ Parent {
ActiveSlide^ get () sealed;
}
abstract Parent : ActiveSlide with get
override Parent : ActiveSlide with get
Property Value
Type:
ActiveSlide
Implements
IShape
Parent
See Also