Option Strict On
Option Explicit On

Namespace Nexamas.UI.Rendering

    ''' <summary>
    ''' Internal final status for the Visual material-migration closure pass.
    ''' </summary>
    Friend Enum MASVisualMaterialMigrationClosureStatus
        Unknown = 0
        Closed = 1
        BlockedBySurfaceAlignment = 2
        BlockedByMaterialRuntime = 3
        BlockedByThemeBoundary = 4
        BlockedByOwnershipGap = 5
    End Enum

End Namespace
