Click or drag to resize

AxesColorOptions Class

Class representing the colors of the X, Y and Z axes when rendered.
Inheritance Hierarchy
SystemObject
  Demo3D.GuiAxesColorOptions

Namespace: Demo3D.Gui
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class AxesColorOptions

The AxesColorOptions type exposes the following members.

Constructors
 NameDescription
Public methodAxesColorOptions Initializes a new instance of the AxesColorOptions class.
Top
Properties
 NameDescription
Public propertyColorProfile The selected axes color profile.
Public propertyXAxisColor The color of the X-axis.
Public propertyYAxisColor The color of the Y-axis.
Public propertyZAxisColor The color of the Z-axis.
Top
See Also