-
Notifications
You must be signed in to change notification settings - Fork 237
Closed
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.doc-enhancementImprove the current content [org]Improve the current content [org]dotnet-maui/subsvcresolved-by-customerIndicates issues where the customer no longer needs any help. [org]Indicates issues where the customer no longer needs any help. [org]
Description
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
Metadata
Metadata
Assignees
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.doc-enhancementImprove the current content [org]Improve the current content [org]dotnet-maui/subsvcresolved-by-customerIndicates issues where the customer no longer needs any help. [org]Indicates issues where the customer no longer needs any help. [org]
Type
Projects
Status
Done