BorderRadius

class BorderRadius(val all: Dimen? = null, val topLeft: Dimen? = null, val topRight: Dimen? = null, val bottomLeft: Dimen? = null, val bottomRight: Dimen? = null)

Stores properties that are used to customise the border radii

Parameters

all

the radius to be applied to all corners

topLeft

the radius to be applied to the top left corner

topRight

the radius to be applied to the top right corner

bottomLeft

the radius to be applied to the bottom left corner

bottomRight

the radius to be applied to the bottom right corner

Constructors

Link copied to clipboard
constructor(all: Dimen? = null, topLeft: Dimen? = null, topRight: Dimen? = null, bottomLeft: Dimen? = null, bottomRight: Dimen? = null)

Properties

Link copied to clipboard
val all: Dimen? = null
Link copied to clipboard
val bottomLeft: Dimen? = null
Link copied to clipboard
val bottomRight: Dimen? = null
Link copied to clipboard
val topLeft: Dimen? = null
Link copied to clipboard
val topRight: Dimen? = null