VisualElement.ScaleY Property

Definition

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

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

Property Value

The scale value to apply to the Y direction.

Remarks

The default value is 1.0.

Applies to