BackdropStyle
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Specifies how the backdrop is visually rendered.
csharp
public enum BackdropStyleFields
Opaque
Solid color backdrop - completely covers the base layer.
Returns: BackdropStyle
csharp
Opaque = 1Transparent
Transparent backdrop - base layer content shows through unchanged. Clicks are still captured.
Returns: BackdropStyle
csharp
Transparent = 0