HciDrawableLineStyle

data class HciDrawableLineStyle(type: HciDrawableLineStyle.Type, bg: HciColor?, brd: HciColor?, sIcoX: Int?, eIcoX: Int?)

Types

Type
Link copied to clipboard
enum Type : Enum<HciDrawableLineStyle.Type>

Properties

bg
Link copied to clipboard
val bg: HciColor?

The background color of this line style

brd
Link copied to clipboard
val brd: HciColor?

The border color of this line style

eIcoX
Link copied to clipboard
val eIcoX: Int?

The end icon of this line style

sIcoX
Link copied to clipboard
val sIcoX: Int?

The start icon of this line style

type
Link copied to clipboard
val type: HciDrawableLineStyle.Type

The type of this line style