Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Provide Opacity property for brushes #354

Closed
DoubleDBE opened this issue Feb 20, 2021 · 0 comments
Closed

[Enhancement] Provide Opacity property for brushes #354

DoubleDBE opened this issue Feb 20, 2021 · 0 comments

Comments

@DoubleDBE
Copy link

In our WPF application we're using gradients with their opacity property set to lower values than 1.

It would be great if we'd have this feature in MAUI so we can easily port it.

E.g.

<LinearGradientBrush StartPoint="0,0" EndPoint="0,0.5" Opacity="0.2">
    <GradientStop Color="White"/>
    <GradientStop Color="#7F6D6A69" Offset="1"/>
</LinearGradientBrush>
@PureWeen PureWeen closed this as completed Mar 3, 2021
@dotnet dotnet locked and limited conversation to collaborators Mar 3, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

2 participants