WindowResizeEdge
Edge or corner used by flet.Window.start_resizing.
The selected value defines which resize handle is used when initiating native window resizing programmatically.
Inherits: enum.Enum
Properties
BOTTOM- Bottom edge.BOTTOM_LEFT- Bottom-left corner.BOTTOM_RIGHT- Bottom-right corner.LEFT- Left edge.RIGHT- Right edge.TOP- Top edge.TOP_LEFT- Top-left corner.TOP_RIGHT- Top-right corner.
Properties
BOTTOMclass-attributeinstance-attribute
Bottom edge.
BOTTOM_LEFTclass-attributeinstance-attribute
Bottom-left corner.
BOTTOM_RIGHTclass-attributeinstance-attribute
Bottom-right corner.
LEFTclass-attributeinstance-attribute
Left edge.
RIGHTclass-attributeinstance-attribute
Right edge.
TOPclass-attributeinstance-attribute
Top edge.
TOP_LEFTclass-attributeinstance-attribute
Top-left corner.
TOP_RIGHTclass-attributeinstance-attribute
Top-right corner.