DeviceTitleBar
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides information about the application's title bar.
- C#
- VB.NET
public class DeviceTitleBar
Public Class DeviceTitleBar
Access this class through the Device singleton.
Constructors
DeviceTitleBar()
Initializes a new instance of DeviceTitleBar.
Properties
BackgroundColor
Color: The background color of the application's title.
Text
String: Gets or sets the application's title text.
TextColor
Color: The text color of the application's title.
Visible
Boolean: Gets or sets whether the application title bar should be visible.