toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.components.trend.types
/
DashLine
Dash
Line
data
class
DashLine
(
val
color
:
Paint
,
val
width
:
Double
,
val
dash
:
DoubleArray
,
val
value
:
Double
)
:
MarkingType
Тип маркировки пунктирной линией
Members
Constructors
Dash
Line
Link copied to clipboard
constructor
(
color
:
Paint
,
width
:
Double
,
dash
:
DoubleArray
,
value
:
Double
)
Properties
color
Link copied to clipboard
val
color
:
Paint
dash
Link copied to clipboard
val
dash
:
DoubleArray
value
Link copied to clipboard
val
value
:
Double
width
Link copied to clipboard
val
width
:
Double