VisualElement.ScaleX Property

Definition

Gets or sets a scale value to apply to the X direction. This is a bindable property.

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

Property Value

The scale value to apply to the X direction.

Remarks

The default value is 1.0.

Applies to