Flip
Configuration for LayoutControl.flip.
Mirrors a control across its x and/or y axis.
Properties
-
filter_quality(FilterQuality | None) –The filter quality with which to apply this transform as a bitmap operation.
-
flip_x(bool) –Whether to flip the x axis.
-
flip_y(bool) –Whether to flip the y axis.
-
origin(Offset | None) –The origin of the coordinate system (relative to the upper left corner).
-
transform_hit_tests(bool) –Whether to apply the transformation when performing hit tests.
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.