API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceUIFillBackground
@codexo/exojs / ui / stable
Vector background: a rounded rectangle with an optional stroked border.
5
props
0
methods
0
events
Import
import { UIFillBackground } from '@codexo/exojs'Vector background: a rounded rectangle with an optional stroked border.
Properties5
borderWidth: numberBorder thickness in pixels; 0 draws no border.
cornerRadius: numberCorner radius in pixels, clamped to half the widget's smaller side.
kind: "fill"Source