 |
SharpEngineSceneViewBackgroundColor Property |
Gets or sets a background color for SharpEngineSceneView. Default color is White.
Note that when using SharedTexture as
PresentationType and when
UseSwapChainPanelForSharedTexture is true (by default),
then Transparent color cannot be used as BackgroundColor.
Namespace: Ab4d.SharpEngine.WinUIAssembly: Ab4d.SharpEngine.WinUI (in Ab4d.SharpEngine.WinUI.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic Color BackgroundColor { get; set; }
Property Value
Color
See Also