Share via


Camera.Parameters.SupportedFocusModes Property

Definition

Caution

deprecated

Gets the supported focus modes.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<string>? SupportedFocusModes { [Android.Runtime.Register("getSupportedFocusModes", "()Ljava/util/List;", "GetGetSupportedFocusModesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedFocusModes", "()Ljava/util/List;", "GetGetSupportedFocusModesHandler")>]
member this.SupportedFocusModes : System.Collections.Generic.IList<string>

Property Value

a list of supported focus modes. This method will always return a list with at least one element.

Attributes

Remarks

Gets the supported focus modes.

Java documentation for android.hardware.Camera.Parameters.getSupportedFocusModes().

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

See also