Method SetSelectionAndCurrentItemRoundBorders
SetSelectionAndCurrentItemRoundBorders(bool, bool, float)
Configures the selection and current item borders to be rounded or not, with optional customization of the corner radius.
public virtual void SetSelectionAndCurrentItemRoundBorders(bool isRound, bool radiusIsPercent = true, float cornerRadius = 25)
Parameters
isRoundbooltrue to apply rounded borders to the selection and current item; otherwise, false to reset borders.
radiusIsPercentbooltrue if the corner radius is specified as a percentage of the item's dimensions; otherwise, false. The default value is true.
cornerRadiusfloatThe corner radius to apply to the rounded borders. The default value is 25.