ApplicationViewTitleBar.InactiveForegroundColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置处于非活动状态时标题栏前景的颜色。
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.)