Share via


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 會 (。

適用於