SizeF.Width Property

Definition

Get the width of the size (as an arbitrary unit).

public float Width { [Android.Runtime.Register("getWidth", "()F", "")] get; }
[<get: Android.Runtime.Register("getWidth", "()F", "")>]
member this.Width : single

Property Value

width

Attributes

Remarks

Get the width of the size (as an arbitrary unit).

Java documentation for android.util.SizeF.getWidth().

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