AppWindowTitleBar.InactiveForegroundColor 属性

定义

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

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

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

属性值

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

适用于