Control.CustomIcon Property

Definition

Optional icon to be shown with the Control.

public Android.Graphics.Drawables.Icon? CustomIcon { [Android.Runtime.Register("getCustomIcon", "()Landroid/graphics/drawable/Icon;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getCustomIcon", "()Landroid/graphics/drawable/Icon;", "", ApiSince=30)>]
member this.CustomIcon : Android.Graphics.Drawables.Icon

Property Value

Icon

icon to show

Attributes

Remarks

Java documentation for android.service.controls.Control.getCustomIcon().

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