title | page_title | description | tags | position | previous_url | slug |
---|---|---|---|---|---|---|
Corner Radius |
.NET MAUI Border Documentation | Corner Radius |
Learn more about how to define the corner radius of the Telerik UI for .NET MAUI Border control. |
.net maui, telerik .net maui, ui for .net maui, border, microsoft .net maui |
30 |
/controls/border/border-corner-radius |
border-corner-radius |
Telerik UI for .NET MAUI Border enables you to set a different corner radius to its angles through the CornerRadius
property.
The CornerRadius
property represents the degree to which the corners of the Border are rounded. CornerRadius
is of the Microsoft.Maui.Thickness
type.
The following image shows the result from that implementation.
Additionally, the wrapped content will be clipped according to the specified corner radius of each side.
The example below demonstrates how to render a circle image by wrapping an Image control in a Border.
Let's use the following Image:
Here is the result:
- [Setting the Color of the Border]({%slug border-styling %})
- [Setting the Border Thickness]({%slug border-styling %})