You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal: Add AllowsTransparency option for Window
Summary
One missing feature from WPF is the capability of creating our own Window style by using the AllowsTransparency option along with setting the Background="{x:Null}".
This enables the creation of a window without normal window controls such as resize, close, drag, etc., also enabling click through in transparent areas. (WS_EX_LAYERED + UsesPerPixelOpacity)
Rationale
Enables the creation of click through windows, for apps which use special UIs, such as screen recorders.
The text was updated successfully, but these errors were encountered:
Proposal: Add AllowsTransparency option for Window
Summary
One missing feature from WPF is the capability of creating our own Window style by using the AllowsTransparency option along with setting the Background="{x:Null}".
This enables the creation of a window without normal window controls such as resize, close, drag, etc., also enabling click through in transparent areas. (WS_EX_LAYERED + UsesPerPixelOpacity)
Rationale
The text was updated successfully, but these errors were encountered: