Skip to content

PopupEntryExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods for fluent configuration.

csharp
public static class PopupEntryExtensions

Inheritance

ObjectPopupEntryExtensions

Methods

AsBarrier(PopupEntry)

Marks this popup as a barrier that stops cascade dismissal.

Parameters:

  • entry (PopupEntry): The popup entry to mark as a barrier.

Returns: PopupStack

The popup stack for method chaining.

csharp
public static PopupStack AsBarrier(this PopupEntry entry)

Released under the MIT License.