Share via


AppWidgetProviderInfo.Label Property

Definition

Caution

deprecated

The label to display to the user in the AppWidget picker.

[Android.Runtime.Register("label")]
[System.Obsolete("deprecated")]
public string? Label { get; set; }
[<Android.Runtime.Register("label")>]
[<System.Obsolete("deprecated")>]
member this.Label : string with get, set

Property Value

Attributes

Remarks

The label to display to the user in the AppWidget picker.

This member is deprecated. Use #loadLabel(android.content.pm.PackageManager).

Java documentation for android.appwidget.AppWidgetProviderInfo.label.

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