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
Hi! I was wondering if it's possible to make GlControl's background transparent, so the parent WPF-control would be visible through it? Setting BackColor to something with alpha=0 doesn't seem to work.
The text was updated successfully, but these errors were encountered:
Using a WriteableBitmap allows you to overlay things on top of it and otherwise manipulate the control the same as any other WPF Control. It does come at the cost of some performance though, but should be negligable in most cases.
Hi! I was wondering if it's possible to make GlControl's background transparent, so the parent WPF-control would be visible through it? Setting BackColor to something with alpha=0 doesn't seem to work.
The text was updated successfully, but these errors were encountered: