rotate_with_shape property

rotate_with_shape property

Determines whether the fill should be rotated with shape. Read/write NullableBool.

Definition:

@property
def rotate_with_shape(self):
    ...

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

See Also