ContentIsland.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 system backdrop to apply to this 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
Property Value
The system backdrop to apply to this ContentIsland.