Camera.Parameters.SupportedSceneModes Proprietà

Definizione

Attenzione

deprecated

Ottiene le modalità della scena supportate.

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

Valore della proprietà

elenco delle modalità scena supportate. Null se l'impostazione della modalità scena non è supportata.

Attributi

Commenti

Ottiene le modalità della scena supportate.

per android.hardware.Camera.Parameters.getSupportedSceneModes().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche