Language

Window.SetDimColor(Int64) Method

Definition

Set the color of the dim behind the window when using WindowManager.LayoutParams#FLAG_DIM_BEHIND.

[Android.Runtime.Register("setDimColor", "(J)V", "GetSetDimColor_JHandler", ApiSince=37)]
public virtual void SetDimColor(long color);
[<Android.Runtime.Register("setDimColor", "(J)V", "GetSetDimColor_JHandler", ApiSince=37)>]
abstract member SetDimColor : int64 -> unit
override this.SetDimColor : int64 -> unit

Parameters

color
Int64

The new dim color.

Attributes

Applies to