共用方式為


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 (,如果任何) 定義為系統底板。

適用於