Notification.ProgressStyle.ProgressSegments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the segments that define the background layer of the progress bar.
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>
Property Value
This value cannot be null.
- Attributes
Remarks
Gets the segments that define the background layer of the progress bar. If no segments are provided, the progress bar will be rendered with a single segment with length 100 and default color.
See also:
Android reference for android.app.Notification.ProgressStyle.getProgressSegments.
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.