WindowInsets.Side.Right Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.WindowInsetSides enum directly instead of this field.

[Android.Runtime.Register("RIGHT", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowInsetSides enum directly instead of this field.", true)]
public const Android.Views.WindowInsetSides Right = 4;
[<Android.Runtime.Register("RIGHT", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowInsetSides enum directly instead of this field.", true)>]
val mutable Right : Android.Views.WindowInsetSides

Field Value

Value = 4
Attributes

Applies to