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

Syntax

[get: Android.Runtime.Register("getScaleY", "()F", "GetGetScaleYHandler")]
[set: Android.Runtime.Register("setScaleY", "(F)V", "GetSetScaleY_FHandler")]
public virtual float ScaleY { 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 y around the pivot point, as a proportion of the view's unscaled height. 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 Y 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