Parameters
public struct Parameters : Decodable
Font parameters.
-
The font family for the title.
Declaration
Swift
public let fontFamily: FontFamily -
The font size for the title.
Declaration
Swift
public let fontSize: Int -
The font style for the title.
Note
If an unknown font style is sent this property isnil.Declaration
Swift
public let fontStyle: FontStyle -
Boolean indicating an underline under the title.
Declaration
Swift
public let fontUnderline: Bool -
Boolean indicating if the title is visible.
Declaration
Swift
public let showTitle: Bool -
Vertical alignment of the title.
Declaration
Swift
public let titleAlignment: Alignment -
Title color.
Declaration
Swift
public let titleColor: String
View on GitHub
Parameters Structure Reference