setVisibility

open fun setVisibility(isVisible: Boolean): UIElement

Change the ui element visibility (Hide\Show the ui element)

Return

this

Parameters

isVisible

true to draw the ui element, false otherwise