Display.RefreshRate Property

Definition

Gets the refresh rate of this display in frames per second.

public virtual float RefreshRate { [Android.Runtime.Register("getRefreshRate", "()F", "GetGetRefreshRateHandler")] get; }
[<get: Android.Runtime.Register("getRefreshRate", "()F", "GetGetRefreshRateHandler")>]
member this.RefreshRate : single

Property Value

Attributes

Remarks

Gets the refresh rate of this display in frames per second.

Java documentation for android.view.Display.getRefreshRate().

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