MediaRouter.RouteInfo.IconDrawable 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.
Get the icon representing this route.
public virtual Android.Graphics.Drawables.Drawable IconDrawable { [Android.Runtime.Register("getIconDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetIconDrawableHandler")] get; }
[<get: Android.Runtime.Register("getIconDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetIconDrawableHandler")>]
member this.IconDrawable : Android.Graphics.Drawables.Drawable
Property Value
the icon representing this route or null if no icon is available
- Attributes
Remarks
Get the icon representing this route. This icon will be used in picker UIs if available.
Java documentation for android.media.MediaRouter.RouteInfo.getIconDrawable()
.
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.