Skip to content

Flip

Configuration for LayoutControl.flip.

Mirrors a control across its x and/or y axis.

Properties

Properties#

filter_quality class-attribute instance-attribute #

filter_quality: FilterQuality | None = None

The filter quality with which to apply this transform as a bitmap operation.

flip_x class-attribute instance-attribute #

flip_x: bool = False

Whether to flip the x axis.

flip_y class-attribute instance-attribute #

flip_y: bool = False

Whether to flip the y axis.

origin class-attribute instance-attribute #

origin: Offset | None = None

The origin of the coordinate system (relative to the upper left corner).

transform_hit_tests class-attribute instance-attribute #

transform_hit_tests: bool = True

Whether to apply the transformation when performing hit tests.