Visual.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.
The scale to apply to the visual.
public:
property float3 Scale { float3 get(); void set(float3 value); };
float3 Scale();
void Scale(float3 value);
public Vector3 Scale { get; set; }
var vector3 = visual.scale;
visual.scale = vector3;
Public Property Scale As Vector3
Property Value
The scale to apply to the visual. A value of Vector3 (1.0,1.0,1.0) is equivalent to 100%.
Remarks
The CenterPoint property affects the center point of the scale transform.