class
Box

package haxe.ui.containers

↪ haxe.ui.containers.Box


Base Layout that allows a container to specify an icon. How that icon resource is used depends on subclasses, like TabView

behaviour
bindable
clonable
icon:Variant
The icon associated with this box component

Note*: this class itself does nothing special with this property and simply here to allow subclasses to make use
of it should they want to
clonable
layoutName:String


override
cloneComponent():Box