Skip to content

CornerRadius Property

Summary

Gets or sets the border corner radius. Property value can be set using CornerRadius, number, or a string: newCornerRadius(5), new CornerRadius(1, 2, 3, 4).

Signature

1
public CornerRadius CornerRadius {get; set;}

Return Value

CornerRadius

Declaring Type

cAlgo.API.Border


Last update: March 17, 2023