View.ScaleYs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Property wrapper around the scaleY
functionality handled by the
View#setScaleY(float)
and View#getScaleY()
methods.
[Android.Runtime.Register("SCALE_Y")]
public static Android.Util.Property? ScaleYs { get; set; }
[<Android.Runtime.Register("SCALE_Y")>]
static member ScaleYs : Android.Util.Property with get, set
Property Value
- Attributes
Remarks
A Property wrapper around the scaleY
functionality handled by the View#setScaleY(float)
and View#getScaleY()
methods.
Java documentation for android.view.View.SCALE_Y
.
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.