Android.Views.View.ScaleX Property
The amount that the view is scaled in x around the pivot point, as a proportion of the view's unscaled width.

Syntax

[get: Android.Runtime.Register("getScaleX", "()F", "GetGetScaleXHandler")]
[set: Android.Runtime.Register("setScaleX", "(F)V", "GetSetScaleX_FHandler")]
public virtual float ScaleX { get; set; }

See Also

View.PivotX
View.PivotY
View.PivotX
View.PivotY

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

The amount that the view is scaled in x around the pivot point, as a proportion of the view's unscaled width. A value of 1, the default, means that no scaling is applied. By default, this is 1.0f.

Set method documentation [Android Documentation]

Sets the amount that the view is scaled in x around the pivot point, as a proportion of the view's unscaled width. A value of 1 means that no scaling is applied.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11