ContentIsland.SystemBackdrop プロパティ

定義

この ContentIsland に適用するシステム背景を取得または設定します。

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

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

プロパティ値

この ContentIsland に適用するシステムの背景。

実装

適用対象

こちらもご覧ください