virtual class vaseGui::Label

sys::Obj
  vaseGui::Widget
    vaseGui::Label

@Js

A display area for a short text string.

font

protected Font font()

make

new make()

prefContentSize

protected virtual override Size prefContentSize(Int hintsWidth := -1, Int hintsHeight := -1)

text

Str text := "Label"

textAlign

Align textAlign := Align.begin