orientationProperty
fun orientationProperty(initialValue: Orientation): PropertyDelegate<Orientation, OrientationProperty>
A Kotlin delegate
to create a OrientationProperty (the implementation will be a SimpleOrientationProperty. Typical usage :
val fooProperty by orientationProperty( initialValue )
var foo by fooProperty
Content copied to clipboard