SegmentedControlBorderType
public struct SegmentedControlBorderType : OptionSet, Sendable
Undocumented
-
Declaration
Swift
public let rawValue: Int
-
Undocumented
Declaration
Swift
public static let top: SegmentedControlBorderType
-
Undocumented
Declaration
Swift
public static let left: SegmentedControlBorderType
-
Undocumented
Declaration
Swift
public static let bottom: SegmentedControlBorderType
-
Undocumented
Declaration
Swift
public static let right: SegmentedControlBorderType
-
Declaration
Swift
public init(rawValue: Int)