Enum FrameBorder.FrameEdge
Represents the edge with which a frame border is associated
Namespace: Maze.Maui.Controls.InteractiveGrid
Assembly: Maze.Maui.Controls.dll
Syntax
public enum FrameBorder.FrameEdge
Fields
| Name | Description |
|---|---|
| Bottom | Bottom edge |
| Left | Left edge |
| None | None |
| Right | Right edge |
| Top | Top edge |