ApplicationViewTitleBar.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 = applicationViewTitleBar.inactiveForegroundColor;
applicationViewTitleBar.inactiveForegroundColor = iReference;
Public Property InactiveForegroundColor As Nullable(Of Color)

属性值

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

适用于