Share via


TranslucencyMode Enum

Definition

Specifies the iOS tab bar translucency mode.

public enum class TranslucencyMode
public enum TranslucencyMode
type TranslucencyMode = 
Public Enum TranslucencyMode
Inheritance
TranslucencyMode

Fields

Name Value Description
Default 0

Uses the system default translucency.

Translucent 1

Forces the tab bar to be translucent.

Opaque 2

Forces the tab bar to be opaque.

Applies to