TitleConfig

interface TitleConfig : Font

The configuration interface for a Title.

Properties

fontColor
Link copied to clipboard
common
abstract var fontColor: Color
The font Color.
fontFamily
Link copied to clipboard
common
abstract var fontFamily: FontFamily
The font family (FontFamily).
fontSize
Link copied to clipboard
common
abstract var fontSize: Double
The font size.
fontStyle
Link copied to clipboard
common
abstract var fontStyle: FontPosture
The font posture (FontPosture): italic or normal.
fontWeight
Link copied to clipboard
common
abstract var fontWeight: FontWeight
The font weight (FontWeight): bold or normal.
layout
Link copied to clipboard
common
abstract var layout: LayoutPosition
The Title position on screen.
padding
Link copied to clipboard
common
abstract var padding: Padding
The Title.
show
Link copied to clipboard
common
abstract var show: Boolean
Show / hide the Title.