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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.