ICompositionSupportsSystemBackdrop.SystemBackdrop プロパティ

定義

システムの背景として使用する CompositionBrush を取得または設定します。

public:
 property CompositionBrush ^ SystemBackdrop { CompositionBrush ^ get(); void set(CompositionBrush ^ value); };
CompositionBrush SystemBackdrop();

void SystemBackdrop(CompositionBrush value);
public CompositionBrush SystemBackdrop { get; set; }
var compositionBrush = iCompositionSupportsSystemBackdrop.systemBackdrop;
iCompositionSupportsSystemBackdrop.systemBackdrop = compositionBrush;
Public Property SystemBackdrop As CompositionBrush

プロパティ値

システムの背景として定義されている CompositionBrush (存在する場合)。

適用対象