|  | |
| Target | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class TargetRect3DCamera : BaseTargetRect3DCamera
The TargetRect3DCamera type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TargetRect3DCamera | Constructor | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | TargetRect3D | Gets or sets the Rect3D that is used as a camera target - the camera is looking at the TargetRect3D. | 
 Remarks
RemarksIf the IsDistancePercent property is true, the Distance property is specified as percentage of the size of the TargetRect3D.
The TargetRect3DCamera also defines a IsDynamicTarget property that can be set to true to constantly (CompositionTarget.Rendering event) monitor the position and size of the TargetRect3D and move the camera according to the change.
 See Also
See Also