CornerRadius

CornerRaius' description.

What is it?

CornerRadius is responsible for setting the component’s edge radius properties.

Its structure is as below:

AttributeTypeMandatoryDefinition
radiusBind<Double>Defines the radius of all edges
topLeftBind<Double>Defines the radius of the top left edge.
topRightBind<Double>Defines the radius of the top right edge.
bottomLeftBind<Double>Defines the radius of the bottom left edge.
bottomRightBind<Double>Defines the radius of the bottom right edge.

How to use it?


Last modified March 4, 2022: Fix/updates misc docs 2.0 (#852) (58275b51)