SegmentedControlBorderType

public struct SegmentedControlBorderType : OptionSet

Undocumented

  • Declaration

    Swift

    public let rawValue: Int
  • top

    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)