BrowserTitleMode
Namespace: Wisej.Hybrid.Shared.Browser
Assembly: Wisej.Hybrid
Mode for the in-app browser title.
- C#
- VB.NET
public enum BrowserTitleMode : Enum
Public Enum BrowserTitleMode As [Enum]
These values only apply to Android.
Fields
| Name | Description |
|---|---|
| Default | Uses the system default. |
| Hide | Hide the title. |
| Show | Show the title. |
Used By
| Name | Description |
|---|---|
| BrowserLaunchOptions.TitleMode | Gets or sets the preferred mode for the title display. |