layout property

layout property

Return or set layout of the SmartArt object. Read/write SmartArtLayoutType.

Definition:

@property
def layout(self):
    ...

@layout.setter
def layout(self, value):
    ...

See Also