Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.38 KB

corner-radius.md

File metadata and controls

40 lines (25 loc) · 1.38 KB
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

.NET MAUI 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.

Border CornerRadius

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:

Border Clip Sample image

Here is the result:

Border Circular Image

See Also

  • [Setting the Color of the Border]({%slug border-styling %})
  • [Setting the Border Thickness]({%slug border-styling %})