Notification.ProgressStyle.Point.Position Property

Definition

Gets the position of this Point.

public int Position { [Android.Runtime.Register("getPosition", "()I", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getPosition", "()I", "", ApiSince=36)>]
member this.Position : int

Property Value

Value is 1 or greater

Attributes

Remarks

Gets the position of this Point. The position of this point on the progress bar relative to ProgressStyle.getProgressMax.

Android reference for android.app.Notification.ProgressStyle.Point.getPosition.

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