Basic support for CSS properties that work on Border:
.myNicePurpleBorder
{
border-color: #512BD4; /* Also supports linear-gradient, radial-gradient, named colors etc. */
border-radius: 10; /* Always maps to RoundRectangle [Radius] internally */
border-width: 4;
}
More info: dotnet/maui#27529
Associated WorkItem - 406716
Basic support for CSS properties that work on
Border:More info: dotnet/maui#27529
Associated WorkItem - 406716