OrientationMixin

class OrientationMixin(default: Orientation) : OrientationProperty

Default implementation of the OrientationProperty interface in order to apply this as mixin for a component

Parameters

default

set the default orientation for the implementing component (checkBoxGroup needs vertical, but slider horizontal orientation for example)

Constructors

Link copied to clipboard
fun OrientationMixin(default: Orientation)

Properties

Link copied to clipboard
open override val orientation: ComponentProperty<OrientationContext.() -> Orientation>