-
Notifications
You must be signed in to change notification settings - Fork 113
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
AcrylicWindow appears to ignore borderless properties #106
Comments
try adding properties: fw:AcrylicWindowStyle="None" |
Hi @nathan-alden-hp Rounded window is not supported. see also #111. |
Rounded window is not supported in FluentWPF. But, the reported issue about size of window is unexpected behavior.
So that, only the issue about window size is fixed in FluentWPF 0.10.2. |
I have these properties defined in my
<Window>
element:WindowStyle="None" ResizeMode="NoResize" SizeToContent="WidthAndHeight" Topmost="True"
. I get a borderless, non-resizable window, as I expect. However, when I switch to<fw:AcrylicWindow>
, the window border reappears and the size is incorrect (I think the title length is expanding the horizontal size).Before:
After (window title redacted):
The actual effect I am trying to achieve is a borderless window that appears as a circle with my logo in the middle. The circle should have the acrylic brush applied to it to show the contents behind the window. I have not been able to figure out how to accomplish this with FluentWPF.
XAML for the last screenshot:
The text was updated successfully, but these errors were encountered: