Share via


A.camera Field

Definition

Represents the a:camera XML element.

public static readonly System.Xml.Linq.XName camera;
 staticval mutable camera : System.Xml.Linq.XName
Public Shared ReadOnly camera As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: scene3d, hiddenScene3d, scene3d.
  • has the following child XML elements: rot.
  • has the following XML attributes: fov, prst, zoom.
  • corresponds to the following strongly-typed classes: Camera.

Applies to