LayoutElementBuilders.ArcLine
class LayoutElementBuilders.ArcLine : LayoutElementBuilders.ArcLayoutElement
A line that can be used in an Arc and renders as a round progress bar.
Summary
Nested types |
|---|
|
Builder for |
Public functions |
|
|---|---|
ColorBuilders.ColorProp? |
Gets the color of this line. |
DimensionBuilders.DegreesProp? |
Gets the length of this line, in degrees. |
ModifiersBuilders.ArcModifiers? |
Gets |
DimensionBuilders.DpProp? |
Gets the thickness of this line. |
Public functions
fungetColor(): ColorBuilders.ColorProp?
Gets the color of this line. Intended for testing purposes only.
fungetLength(): DimensionBuilders.DegreesProp?
Gets the length of this line, in degrees. If not defined, defaults to 0. Intended for testing purposes only.
fungetModifiers(): ModifiersBuilders.ArcModifiers?
Gets androidx.wear.tiles.ModifiersBuilders.Modifiers for this element. Intended for testing purposes only.
fungetThickness(): DimensionBuilders.DpProp?
Gets the thickness of this line. If not defined, defaults to 0. Intended for testing purposes only.