IconSource.Foreground プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
前景色を表すブラシを取得または設定します。
UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.IconSource.Foreground (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。
public:
property Brush ^ Foreground { Brush ^ get(); void set(Brush ^ value); };
Brush Foreground();
void Foreground(Brush value);
public Brush Foreground { get; set; }
var brush = iconSource.foreground;
iconSource.foreground = brush;
Public Property Foreground As Brush
<iconSource Foreground="{StaticResource resourceName}"/>
プロパティ値
コントロールの前景を描画するブラシ。 既定値は null(null ブラシ)で、レンダリングでは Transparent と評価されます。 ただし、この値は通常、実行時の既定のシステム リソースによって設定されます。これは、アクティブなテーマとその他の設定に関連付けられています。