RoundedCorners

Namespace: PP.Ui;

Description

The RoundedCorners enumeration contains corner rounding versions.

It is used by the ToolBarButton.setRoundedCorners method.

Available Values

Value Brief description
All All corners are rounded.
Left Left corners are rounded.
Right Right corners are rounded.
None Corners are not rounded.

See also:

PP.Ui | ToolBarButton