CanvasResizeEvent

Overview

Represents an event triggered when a Canvas control is resized.

Inheritance

  • Event
  • Properties

  • **height** (float)
  • * Description: New height of the canvas. * Source: flet.canvas.CanvasResizeEvent.height

  • **width** (float)
  • * Description: New width of the canvas. * Source: flet.canvas.CanvasResizeEvent.width