Skip to content

.NET MAUI 9 SR5: Shadow enhancements (same as .NET 10) #2834

@davidbritch

Description

@davidbritch

XAML:

<VerticalStackLayout BackgroundColor="#fff" Shadow="4 4 16 #000000" />

CSS:

-maui-shadow: #000000 4 4; // color, offset X, offset Y
-maui-shadow: 4 4 16 #000000;  // offset X, offset Y, radius, color
-maui-shadow: 4 4 16 #000000 0.5;  // offset X, offset Y, radius, color, opacity

More info: dotnet/maui#27180


Associated WorkItem - 406715

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