Skip to content
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

Recent preview2 release breaks Border background. #73

Open
MaxwellDAssistek opened this issue Nov 19, 2024 · 3 comments
Open

Recent preview2 release breaks Border background. #73

MaxwellDAssistek opened this issue Nov 19, 2024 · 3 comments

Comments

@MaxwellDAssistek
Copy link

Hello,

We used to have the following style that used to work for preview1:

    <Style Selector="dg|DialogOverlayPopupHost">
        <Setter Property="Background" Value="White" />
    </Style>

This would set the background that shows up around the dialog context to white. After PR #70, There is no way to separate the color of the border around the content from the color of the overlay outside of the dialog.

@SKProCH
Copy link
Member

SKProCH commented Nov 20, 2024

Hello, @MaxwellDAssistek you can use DialogHost.Background property for specifying popup background.

@Maxwell175
Copy link

I am aware. But what I want to set is the color of the Border around the content.

@SKProCH
Copy link
Member

SKProCH commented Nov 21, 2024

How is this different from DialogHost.Background?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants