Try your search with a different keyword or use * as a wildcard.
namespace Nop.Plugin.Widgets.AccessiBe.Domain;
///
/// Represents an enumeration of button vertical positions
///
public enum TriggerVerticalPosition
{
///
/// Align bottom
///
Bottom,
///
/// Align center
///
Center,
///
/// Align top
///
Top
}