![]() | |
Camera |
The CameraAxisPanel type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlignAxisCharsWithCamera | When true (by default) than the axis characters are aligned to face the camera. |
![]() | Alignment | Alignment of the panel relative to the parent SceneView. Default value is TopLeft. |
![]() | BackgroundColor | Color of the background. By default set to Transparent color (no background). |
![]() | Camera | Gets the camera which orientation is shown by this CameraAxisPanel. |
![]() | DpiScaleX | X DPI scale. This value is read from parent SceneView, but can be adjusted by the user. |
![]() | DpiScaleY | X DPI scale. This value is read from parent SceneView, but can be adjusted by the user. |
![]() | Height | 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. |
![]() | IsDisposed | True when this CameraAxisPanel is disposed. |
![]() | PixelHeight | Gets the pixel height of this panel. Before the SceneView is initialized, 0 is returned. |
![]() | PixelWidth | Gets the pixel width of this panel. Before the SceneView is initialized, 0 is returned. |
![]() | Position | Position of the panel. This defines an offset from the specified Alignment. |
![]() | ShowAxisNames | When true (by default) than the axis names (X, Y, Z) are shown. |
![]() | Width | 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. |