Click or drag to resize

AxesAspectRenderOnTop Property

Whether the axes are rendered on top of the scene, so they are always visible.

Namespace:  Demo3D.Visuals.Frames
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public bool RenderOnTop { get; set; }

Property Value

Type: Boolean

Implements

IRenderOnTopRendererAspectRenderOnTop
See Also