SegmentSelectedItemStyle
public struct SegmentSelectedItemStyle : SegmentSelectedItemStylable
Undocumented
-
Declaration
Swift
public var backgoundColor: UIColor -
Declaration
Swift
public var cornerRadius: CGFloat -
Declaration
Swift
public var borderWidth: CGFloat -
Declaration
Swift
public var borderColor: CGColor? -
Declaration
Swift
public var size: SelectedSegmentSize -
Declaration
Swift
public var offset: CGFloat -
Declaration
Swift
public var shadow: ShadowStylable? -
Undocumented
Declaration
Swift
public init(backgoundColor: UIColor, cornerRadius: CGFloat, borderWidth: CGFloat, borderColor: CGColor?, size: SelectedSegmentSize, offset: CGFloat, shadow: ShadowStylable?) -
Undocumented
Declaration
Swift
public init(backgoundColor: UIColor) -
Undocumented
Declaration
Swift
public init()
SegmentSelectedItemStyle Structure Reference