PictureInPictureParams.ExpandedAspectRatio Property

Definition

Returns the desired aspect ratio of the expanded picture-in-picture window.

public Android.Util.Rational? ExpandedAspectRatio { [Android.Runtime.Register("getExpandedAspectRatio", "()Landroid/util/Rational;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getExpandedAspectRatio", "()Landroid/util/Rational;", "", ApiSince=33)>]
member this.ExpandedAspectRatio : Android.Util.Rational

Property Value

aspect ratio as the desired width / height or null if not set.

Attributes

Remarks

Returns the desired aspect ratio of the expanded picture-in-picture window.

Java documentation for android.app.PictureInPictureParams.getExpandedAspectRatio().

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