View.ScaleXs Property

Definition

A Property wrapper around the scaleX functionality handled by the View#setScaleX(float) and View#getScaleX() methods.

[Android.Runtime.Register("SCALE_X")]
public static Android.Util.Property? ScaleXs { get; set; }
[<Android.Runtime.Register("SCALE_X")>]
static member ScaleXs : Android.Util.Property with get, set

Property Value

Attributes

Remarks

A Property wrapper around the scaleX functionality handled by the View#setScaleX(float) and View#getScaleX() methods.

Java documentation for android.view.View.SCALE_X.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to