Skip to content

.NET MAUI 9 SR5: CSS support for Border #2835

@davidbritch

Description

@davidbritch

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

Metadata

Metadata

Assignees

Labels

📌 seQUESTeredIdentifies that an issue has been imported into Quest.doc-enhancementImprove the current content [org]dotnet-maui/subsvcresolved-by-customerIndicates issues where the customer no longer needs any help. [org]

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions