Visual3D.Transform Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the transformation that is applied to the 3-D object.
public:
property System::Windows::Media::Media3D::Transform3D ^ Transform { System::Windows::Media::Media3D::Transform3D ^ get(); void set(System::Windows::Media::Media3D::Transform3D ^ value); };
public System.Windows.Media.Media3D.Transform3D Transform { get; set; }
member this.Transform : System.Windows.Media.Media3D.Transform3D with get, set
Public Property Transform As Transform3D
Property Value
The transformation to apply to the 3-D object. The default is the Identity transformation.
Remarks
The Transform property is introduced in .NET Framework version 3.5. For more information, see Versions and Dependencies.
Dependency Property Information
Identifier field | TransformProperty |
Metadata properties set to true |
None |
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.