TabbedPage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides iOS-specific configuration for TabbedPage tab bar translucency.
public ref class TabbedPage abstract sealed
public static class TabbedPage
type TabbedPage = class
Public Module TabbedPage
- Inheritance
-
TabbedPage
Fields
| Name | Description |
|---|---|
| TranslucencyModeProperty |
Bindable property for TranslucencyMode. |
Methods
| Name | Description |
|---|---|
| GetTranslucencyMode(BindableObject) |
Gets the tab bar translucency mode on iOS. |
| GetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>) |
Gets the tab bar translucency mode on iOS. |
| SetTranslucencyMode(BindableObject, TranslucencyMode) |
Sets the tab bar translucency mode on iOS. |
| SetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>, TranslucencyMode) |
Sets the tab bar translucency mode on iOS. |