ApplicationViewTitleBar.InactiveBackgroundColor 属性

定义

获取或设置处于非活动状态时标题栏背景的颜色。

public:
 property IReference<Color> ^ InactiveBackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> InactiveBackgroundColor();

void InactiveBackgroundColor(IReference<Color> value);
public System.Nullable<Color> InactiveBackgroundColor { get; set; }
var iReference = applicationViewTitleBar.inactiveBackgroundColor;
applicationViewTitleBar.inactiveBackgroundColor = iReference;
Public Property InactiveBackgroundColor As Nullable(Of Color)

属性值

处于非活动状态时标题栏背景的颜色。 (请参阅 color.)

适用于