Skip to main content

DeviceTitleBar

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides information about the application's title bar.

public class DeviceTitleBar

Access this class through the Device singleton.

Constructors

Instance memberDeviceTitleBar()

Initializes a new instance of DeviceTitleBar.

Properties

Instance memberBackgroundColor

Color: The background color of the application's title.

Instance memberText

String: Gets or sets the application's title text.

Instance memberTextColor

Color: The text color of the application's title.

Instance memberVisible

Boolean: Gets or sets whether the application title bar should be visible.