commonMain.io.nacular.doodle.utils.Orientation.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-jvm Show documentation
Show all versions of core-jvm Show documentation
A pure Kotlin, UI framework for the Web and Desktop
package io.nacular.doodle.utils
/**
* Created by Nicholas Eddy on 2/13/18.
*/
public enum class Orientation {
Horizontal, Vertical
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy