VisualElement.Scale Property

Definition

Gets or sets the scale factor applied to the element.

public double Scale { get; set; }
member this.Scale : double with get, set

Property Value

The scale factor of the element. Default value is 1.0.

Remarks

Scale is applied relative to AnchorX and AnchorY.

Applies to