Display.FlagRound Field

Definition

Caution

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

Display flag: Indicates that the display has a round shape.

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

Field Value

Value = 16
Attributes

Remarks

Display flag: Indicates that the display has a round shape.

This flag identifies displays that are circular, elliptical or otherwise do not permit the user to see all the way to the logical corners of the display.

Java documentation for android.view.Display.FLAG_ROUND.

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