AgentTaskEvent.LeadingIcons 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.
List of leading icons to show at the start of the event content, before any text (if available) or the trailing icons.
public System.Collections.Generic.IList<Android.Graphics.Drawables.Icon> LeadingIcons { [Android.Runtime.Register("getLeadingIcons", "()Ljava/util/List;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getLeadingIcons", "()Ljava/util/List;", "", ApiSince=37)>]
member this.LeadingIcons : System.Collections.Generic.IList<Android.Graphics.Drawables.Icon>
Property Value
the list of leading icons
- Attributes