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

屬性值

標題列前景的色彩。 (請參閱 Color.)

適用於