setBorderStyle

fun setBorderStyle(color: Int, widthPix: Int, cornerRadiusPix: Float): UIElement

Set the UIElement border style

Return

this

Parameters

color

the border color

widthPix

the border line width in pixels

cornerRadiusPix

the border corner radius in pixels (ignored when rotation transform exist)

See also