Viewport3DVisual.Camera プロパティ

定義

Camera により使用される Viewport3DVisual を取得します。値の設定も可能です。

public:
 property System::Windows::Media::Media3D::Camera ^ Camera { System::Windows::Media::Media3D::Camera ^ get(); void set(System::Windows::Media::Media3D::Camera ^ value); };
public System.Windows.Media.Media3D.Camera Camera { get; set; }
member this.Camera : System.Windows.Media.Media3D.Camera with get, set
Public Property Camera As Camera

プロパティ値

Viewport3DVisual が使用するカメラ。

適用対象