WindowInsets.Side.Top 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("TOP", 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 Top = 2;
[<Android.Runtime.Register("TOP", 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 Top : Android.Views.WindowInsetSides

Field Value

Value = 2
Attributes

Applies to