|
CameraTargetPositionAdorner Class |
CameraTargetPositionAdorner is an adorner that is used to show the camera target position around which the camera is rotated.
To position this adorner set the
Position property.
The other properties that define the size and color of the adorner must be defined before this adorner is shown
(to change the shape, create a new instance of CameraTargetPositionAdorner, change the properties and then assign the new adorner to MouseCameraController).
Inheritance Hierarchy Namespace: Ab3d.CommonAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public class CameraTargetPositionAdorner : Adorner
The CameraTargetPositionAdorner type exposes the following members.
Constructors Properties | Name | Description |
---|
| InnerBrush |
InnerBrush. To change this property, create a new instance of CameraTargetPositionAdorner and change the property before the CameraTargetPositionAdorner is shown.
|
| InnerRadius |
InnerRadius. To change this property, create a new instance of CameraTargetPositionAdorner and change the property before the CameraTargetPositionAdorner is shown.
|
| LinesLength |
LinesLength. To change this property, create a new instance of CameraTargetPositionAdorner and change the property before the CameraTargetPositionAdorner is shown.
|
| MainBrush |
MainBrush. To change this property, create a new instance of CameraTargetPositionAdorner and change the property before the CameraTargetPositionAdorner is shown.
|
| MainCircleThickness |
MainCircleThickness. To change this property, create a new instance of CameraTargetPositionAdorner and change the property before the CameraTargetPositionAdorner is shown.
|
| OuterCircleThickness |
OuterCircleThickness. To change this property, create a new instance of CameraTargetPositionAdorner and change the property before the CameraTargetPositionAdorner is shown.
|
| Position |
Gets or sets the camera target position (in the 2D coordinate system of Viewport3D element)
|
| Radius |
Radius. To change this property, create a new instance of CameraTargetPositionAdorner and change the property before the CameraTargetPositionAdorner is shown.
|
TopMethods | Name | Description |
---|
| OnRender | When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing. (Overrides UIElementOnRender(DrawingContext)) |
TopFields See Also