Skip to content

BackdropStyle

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Specifies how the backdrop is visually rendered.

csharp
public enum BackdropStyle

Fields

Opaque

Solid color backdrop - completely covers the base layer.

Returns: BackdropStyle

csharp
Opaque = 1

Transparent

Transparent backdrop - base layer content shows through unchanged. Clicks are still captured.

Returns: BackdropStyle

csharp
Transparent = 0

Released under the MIT License.