Android.App.Notification.IconLevel Property
If the icon in the status bar is to have more than one level, you can set this.

Syntax

[Android.Runtime.Register("iconLevel")]
public int IconLevel { get; set; }

See Also

Android.Widget.ImageView.SetImageLevel(int)
Android.Graphics.Drawables.Drawable.SetLevel(int)

Value

Documentation for this section has not yet been entered.

Remarks

If the icon in the status bar is to have more than one level, you can set this. Otherwise, leave it at its default value of 0.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1