Lenguaje

Notification.ProgressStyle.ProgressSegments Propiedad

Definición

Obtiene los segmentos que definen la capa de fondo de la barra de progreso.

public virtual System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment> ProgressSegments { [Android.Runtime.Register("getProgressSegments", "()Ljava/util/List;", "GetGetProgressSegmentsHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getProgressSegments", "()Ljava/util/List;", "GetGetProgressSegmentsHandler", ApiSince=36)>]
member this.ProgressSegments : System.Collections.Generic.IList<Android.App.Notification.ProgressStyle.Segment>

Valor de propiedad

Este valor no puede ser nulo.

Atributos

Comentarios

Obtiene los segmentos que definen la capa de fondo de la barra de progreso. Si no se proporciona ningún segmento, la barra de progreso se representará con un único segmento con longitud 100 y color predeterminado.

Consulte también:

Referencia de Android para android.app.Notification.ProgressStyle.getProgressSegments.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a