Configuration.IsScreenRound 属性

定义

返回屏幕是否具有圆形。

public bool IsScreenRound { [Android.Runtime.Register("isScreenRound", "()Z", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isScreenRound", "()Z", "", ApiSince=23)>]
member this.IsScreenRound : bool

属性值

如果屏幕四舍五入,则为 true;否则为 false

属性

注解

返回屏幕是否具有圆形。 应用可以选择根据此属性更改样式,例如文本或信息图标的对齐方式或布局。

适用于 . 的 android.content.res.Configuration.isScreenRound()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于