hidden property
hidden property
Determines whether the shape is hidden. Read/write bool.
Definition:
@property
def hidden(self):
    ...
@hidden.setter
def hidden(self, value):
    ...
See Also
- class ZoomObject
- module aspose.slides
- library Aspose.Slides