Namespace Maze.Maui.App
Classes
App
MAUI application class
AppShell
MAUI application shell class
CellStatus
The CellStatus class represents the status associated with a maze cell selection
MauiProgram
MAUI program class
MazeCellContent
The MazeCellContent class defines the content in a maze cell
MazeGrid
The MazeGrid class represents an interactive maze grid
MazeGridCellTappedEventArgs
The MazeGridCellTappedEventArgs class contains the details of a cell tapped event
MazeGridKeyDownEventArgs
The MazeGridKeyDownEventArgs class contains the details of a key down event
MazeGridSelectionChangedEventArgs
The MazeGridSelectionChangedEventArgs class represents a selection change event
Enums
MazeCellContent.PathDirection
Represents a path direction
Delegates
MazeGrid.CellDoubleTappedEventHandler
Cell double-tapped event handler delegate
MazeGrid.CellTappedEventHandler
Cell tapped event handler delegate
MazeGrid.ProcessKeyDownEventHandler
Key down event handler delegate
MazeGrid.SelectionChangedEventHandler
Selection changed event handler delegate