RenderTextureHostElement.TransparentBackground property
When true the pane draws NO opaque backdrop behind the texture — the render texture’s own alpha shows whatever is behind the pane (the window chrome), so only the rendered subject is visible. Default false = solid dark backdrop.
public bool TransparentBackground { get; set; }See Also
Section titled “See Also”- record RenderTextureHostElement
- namespace Stellar.Abstractions.Services