Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ContentIsland.SystemBackdrop Property
Definition
- Namespace:
- Microsoft.UI.Content
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.
Implements
Applies to
See also
Feedback
Was this page helpful?
