Visual.Scale Property

Definition

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

Vector3 Vector3

float3

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.

Applies to