AppWindowTitleBar.ForegroundColor 属性

定义

获取或设置标题栏前景的颜色。

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

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

属性值

标题栏前景的颜色。

适用于

另请参阅