case automatic
The element may be visible or hidden depending on the policies of the component accepting the visibility configuration.
case visible
The element may be visible.
case hidden
The element may be hidden.
Availability 有効性
Technology
@frozen enum Visibility
For example, the preferred visibility of list row separators can be configured using the list
.
case automatic
case visible
case hidden
static var allCases : [Visibility]
typealias AllCases
static func == (Visibility, Visibility) -> Bool
static func != (Self, Self) -> Bool
func hash(into: inout Hasher)
var hashValue : Int
enum ControlSize
enum Prominence