ApplicationViewTitleBar
ApplicationViewTitleBar
ApplicationViewTitleBar
ApplicationViewTitleBar
Class
Definition
Represents the title bar of an app.
public : sealed class ApplicationViewTitleBar : IApplicationViewTitleBarpublic sealed class ApplicationViewTitleBar : IApplicationViewTitleBarPublic NotInheritable Class ApplicationViewTitleBar Implements IApplicationViewTitleBar// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
BackgroundColor BackgroundColor BackgroundColor BackgroundColor
Gets or sets the color of the title bar background.
public : IReference<Color> BackgroundColor { get; set; }public Nullable<Color> BackgroundColor { get; set; }Public ReadWrite Property BackgroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The color of the title bar background. (See Color.)
ButtonBackgroundColor ButtonBackgroundColor ButtonBackgroundColor ButtonBackgroundColor
Gets or sets the background color of the title bar buttons.
public : IReference<Color> ButtonBackgroundColor { get; set; }public Nullable<Color> ButtonBackgroundColor { get; set; }Public ReadWrite Property ButtonBackgroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The background color of the title bar buttons. (See Color.)
ButtonForegroundColor ButtonForegroundColor ButtonForegroundColor ButtonForegroundColor
Gets or sets the foreground color of the title bar buttons.
public : IReference<Color> ButtonForegroundColor { get; set; }public Nullable<Color> ButtonForegroundColor { get; set; }Public ReadWrite Property ButtonForegroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The foreground color of the title bar buttons. (See Color.)
ButtonHoverBackgroundColor ButtonHoverBackgroundColor ButtonHoverBackgroundColor ButtonHoverBackgroundColor
Gets or sets the background color of a title bar button when the pointer is over it.
public : IReference<Color> ButtonHoverBackgroundColor { get; set; }public Nullable<Color> ButtonHoverBackgroundColor { get; set; }Public ReadWrite Property ButtonHoverBackgroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The background color of a title bar button when the pointer is over it. (See Color.)
ButtonHoverForegroundColor ButtonHoverForegroundColor ButtonHoverForegroundColor ButtonHoverForegroundColor
Gets or sets the foreground color of a title bar button when the pointer is over it.
public : IReference<Color> ButtonHoverForegroundColor { get; set; }public Nullable<Color> ButtonHoverForegroundColor { get; set; }Public ReadWrite Property ButtonHoverForegroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The foreground color of a title bar button when the pointer is over it. (See Color.)
ButtonInactiveBackgroundColor ButtonInactiveBackgroundColor ButtonInactiveBackgroundColor ButtonInactiveBackgroundColor
Gets or sets the background color of a title bar button when it's inactive.
public : IReference<Color> ButtonInactiveBackgroundColor { get; set; }public Nullable<Color> ButtonInactiveBackgroundColor { get; set; }Public ReadWrite Property ButtonInactiveBackgroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The background color of a title bar button when it's inactive. (See Color.)
ButtonInactiveForegroundColor ButtonInactiveForegroundColor ButtonInactiveForegroundColor ButtonInactiveForegroundColor
Gets or sets the foreground color of a title bar button when it's inactive.
public : IReference<Color> ButtonInactiveForegroundColor { get; set; }public Nullable<Color> ButtonInactiveForegroundColor { get; set; }Public ReadWrite Property ButtonInactiveForegroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The foreground color of a title bar button when it's inactive. (See Color.)
ButtonPressedBackgroundColor ButtonPressedBackgroundColor ButtonPressedBackgroundColor ButtonPressedBackgroundColor
Gets or sets the background color of a title bar button when it's pressed.
public : IReference<Color> ButtonPressedBackgroundColor { get; set; }public Nullable<Color> ButtonPressedBackgroundColor { get; set; }Public ReadWrite Property ButtonPressedBackgroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The background color of a title bar button when it's pressed. (See Color.)
ButtonPressedForegroundColor ButtonPressedForegroundColor ButtonPressedForegroundColor ButtonPressedForegroundColor
Gets or sets the foreground color of a title bar button when it's pressed.
public : IReference<Color> ButtonPressedForegroundColor { get; set; }public Nullable<Color> ButtonPressedForegroundColor { get; set; }Public ReadWrite Property ButtonPressedForegroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The foreground color of a title bar button when it's pressed. (See Color.)
ForegroundColor ForegroundColor ForegroundColor ForegroundColor
Gets or sets the color of the title bar foreground.
public : IReference<Color> ForegroundColor { get; set; }public Nullable<Color> ForegroundColor { get; set; }Public ReadWrite Property ForegroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The color of the title bar foreground. (See Color.)
InactiveBackgroundColor InactiveBackgroundColor InactiveBackgroundColor InactiveBackgroundColor
Gets or sets the color of the title bar background when it's inactive.
public : IReference<Color> InactiveBackgroundColor { get; set; }public Nullable<Color> InactiveBackgroundColor { get; set; }Public ReadWrite Property InactiveBackgroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The color of the title bar background when it's inactive. (See Color.)
InactiveForegroundColor InactiveForegroundColor InactiveForegroundColor InactiveForegroundColor
Gets or sets the color of the title bar foreground when it's inactive.
public : IReference<Color> InactiveForegroundColor { get; set; }public Nullable<Color> InactiveForegroundColor { get; set; }Public ReadWrite Property InactiveForegroundColor As Nullable<Color>// You can use this property in JavaScript.
- Value
- IReference<Color> Nullable<Color> Nullable<Color> Nullable<Color>
The color of the title bar foreground when it's inactive. (See Color.)