|
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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public Color BackgroundColor { get; set; }
Property Value
ColorSee Also