Click or drag to resize
Ab4d.SharpEngine logo

CameraAxisPanel Properties

The CameraAxisPanel type exposes the following members.

Properties
 NameDescription
Public propertyAlignAxisCharsWithCamera When true (by default) than the axis characters are aligned to face the camera.
Public propertyAlignment Alignment of the panel relative to the parent SceneView. Default value is TopLeft.
Public propertyBackgroundColor Color of the background. By default set to Transparent color (no background).
Public propertyCamera Gets the camera which orientation is shown by this CameraAxisPanel.
Public propertyDpiScaleX X DPI scale. This value is read from parent SceneView, but can be adjusted by the user.
Public propertyDpiScaleY X DPI scale. This value is read from parent SceneView, but can be adjusted by the user.
Public propertyHeight Height of the panel. When the CameraAxisPanel is created with adjustSizeByDpiScale set to true (by default), then this value is multiplied by the DPI scale to get the actual PixelHeight.
Public propertyIsDisposed True when this CameraAxisPanel is disposed.
Public propertyPixelHeight Gets the pixel height of this panel. Before the SceneView is initialized, 0 is returned.
Public propertyPixelWidth Gets the pixel width of this panel. Before the SceneView is initialized, 0 is returned.
Public propertyPosition Position of the panel. This defines an offset from the specified Alignment.
Public propertyShowAxisNames When true (by default) than the axis names (X, Y, Z) are shown.
Public propertyWidth Width of the panel. When the CameraAxisPanel is created with adjustSizeByDpiScale set to true (by default), then this value is multiplied by the DPI scale to get the actual PixelWidth.
Top
See Also