BorderStyle
BorderStyle provides information for drawing border
Parameters
Configure the color of the border. Color can be solid color or gradient
Configure the width of the stroke in Dp
Set the border stroke miter value. This is used to control the behavior of miter joins when the joins angle is sharp. This value must be >= 0.dp
Return the paint's Cap, controlling how the start and end of stroked lines and paths are treated. The default is StrokeCap.Butt
Set's the treatment where lines and curve segments join on a stroked path. The default is StrokeJoin.Miter
Effect to apply to the stroke, null indicates a solid stroke line is to be drawn
See also
Constructors
Properties
Styles to use for line joins.
Effect applied to the geometry of a drawing primitive. For example, this can be used to draw shapes as a dashed or shaped pattern, or apply a treatment around line segment intersections. See PathEffect