Option Strict On
Option Explicit On

Namespace Nexamas.UI.Components

    Friend Enum MASImageViewerSurfaceContractStatus
        Unknown = 0
        Closed = 1
        MissingSurfacePolicy = 2
        MissingMediaSurfaceProfile = 3
        MissingRegionBindings = 4
        MissingIndependentRegionMaterials = 5
        MissingOfficialMaterials = 6
        MissingPanelShellRootProof = 7
        MissingLayoutRegionProof = 8
        MissingRenderRouteProof = 9
        LegacyMediaPainterPathPresent = 10
        MissingProfileSwitchProof = 11
        MediaShellLiteralPresent = 12
        UnexpectedDefaultMaterialMap = 13
    End Enum

End Namespace
