Position Property
.NET Framework Class Library
ProjectionCamera..::.Position Property

Gets or sets the position of the camera in world coordinates. This is a dependency property.

Namespace:  System.Windows.Media.Media3D
Assembly:  PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
Visual Basic (Declaration)
Public Property Position As Point3D
Visual Basic (Usage)
Dim instance As ProjectionCamera
Dim value As Point3D

value = instance.Position

instance.Position = value
C#
public Point3D Position { get; set; }
Visual C++
public:
property Point3D Position {
    Point3D get ();
    void set (Point3D value);
}
JScript
public function get Position () : Point3D
public function set Position (value : Point3D)
XAML Property Element Usage
<object>
  <object.Position>
    <Point3D .../>
  </object.Position>
</object>
XAML Attribute Usage
<object Position="Point3D" .../>

Property Value

Type: System.Windows.Media.Media3D..::.Point3D
Point3D that specifies the position of the camera.

Identifier field

PositionProperty

Metadata properties set to true

None

Note that this property returns the location of the camera, not the LookDirection on which the camera's projection is centered.

XAML
<Viewport3D.Camera>
  <PerspectiveCamera FarPlaneDistance="20" LookDirection="5,-2,-3" UpDirection="0,1,0" NearPlaneDistance="0" Position="-5,2,3" FieldOfView="45" />
</Viewport3D.Camera>

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker