ICompositionSupportsSystemBackdrop.SystemBackdrop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the CompositionBrush to be used as the system backdrop.
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
Property Value
The CompositionBrush (if any) defined as the system backdrop.