SystemColors.InactiveCaptionBrush 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 SolidColorBrush,這是非使用中視窗標題列的背景色彩。
public:
static property System::Windows::Media::SolidColorBrush ^ InactiveCaptionBrush { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush InactiveCaptionBrush { get; }
static member InactiveCaptionBrush : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property InactiveCaptionBrush As SolidColorBrush
屬性值
非使用中視窗標題列的背景色彩。
備註
XAML Attribute Usage
<object property="{x:Static SystemColors.InactiveCaptionBrush}"/>
XAML 值
x:Static
x:Static 標記延伸。