return_to_parent property
return_to_parent property
Gets or sets the navigation behavior in slideshow. Read/write bool. Default value: false
Remarks
True value of the property specifies return to parent navigation behavior in slideshow.
Definition:
@property
def return_to_parent(self):
    ...
@return_to_parent.setter
def return_to_parent(self, value):
    ...
See Also
- class SectionZoomFrame
- module aspose.slides
- library Aspose.Slides