VisualElement.Scale Property

Definition

Gets or sets the scale factor applied to the element. This is a bindable property.

public:
 property double Scale { double get(); void set(double value); };
public double Scale { get; set; }
member this.Scale : double with get, set
Public Property Scale As Double

Property Value

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

Remarks

Default value is 1.0.

Scale is applied relative to AnchorX and AnchorY.

Applies to