SceneModelTransform.Scale 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 relative size of the node on the x, y, and z axes.
public:
property float3 Scale { float3 get(); void set(float3 value); };
float3 Scale();
void Scale(float3 value);
public Vector3 Scale { get; set; }
var vector3 = sceneModelTransform.scale;
sceneModelTransform.scale = vector3;
Public Property Scale As Vector3
Property Value
A vector that describes the relative size of the node on the x, y, and z axes.