Drawable.Level Property

Definition

Retrieve the current level.

public int Level { [Android.Runtime.Register("getLevel", "()I", "")] get; }
[<get: Android.Runtime.Register("getLevel", "()I", "")>]
member this.Level : int

Property Value

int Current level, from 0 (minimum) to 10000 (maximum).

Attributes

Remarks

Retrieve the current level.

Java documentation for android.graphics.drawable.Drawable.getLevel().

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