Option Strict On
Option Explicit On

Namespace Nexamas.UI.Presentation

    ''' <summary>
    ''' Official semantic body-surface intents for MASPresentation pages. These are
    ''' page-slot intents, not element-size presets: controls still keep their own
    ''' MASSize.Default/Compact/Large contract, while Presentation chooses the slot
    ''' budget through MASApplication/MASSizeLayout.
    ''' </summary>
    Friend Enum MASPresentationSurfaceKind
        Standard = 0
        SelectionList = 1
        CollectionPair = 2
        Tree = 3
        TileGallery = 4
        DataGrid = 6
        Document = 7
        Inspector = 8
    End Enum

End Namespace
