class Visibility
A property that defines whether a selected style element is visible or not.
static fun fromInt(value: Int): Visibility
Converts int to the enum. If not found, NONE is returned. |
|
fun getValue(): Int
The int value that is assigned to the enumeration value. |