DeviceTitleBar
Wisej.Hybrid.DeviceTitleBar
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides information about the application's title bar.
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.
Last updated