View.MinimumWidth Property

Definition

Returns the minimum width of the view.

public virtual int MinimumWidth { [Android.Runtime.Register("getMinimumWidth", "()I", "GetGetMinimumWidthHandler")] get; }
[<get: Android.Runtime.Register("getMinimumWidth", "()I", "GetGetMinimumWidthHandler")>]
member this.MinimumWidth : int

Property Value

the minimum width the view will try to be, in pixels

Attributes

Remarks

Returns the minimum width of the view.

Java documentation for android.view.View.getMinimumWidth().

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

See also