Option Strict On
Option Explicit On

Namespace Nexamas.UI.Components

    ''' <summary>
    ''' Friend-only readiness status for the MASFileDropZone public visual control.
    ''' </summary>
    Friend Enum MASFileDropZoneReadinessStatus
        Ready = 0
        ReadyWithHostDragDropBoundary = 1
        BlockedByParallelUploader = 2
        BlockedByFilePickerWrapper = 3
        IncompleteEvidence = 4
    End Enum

End Namespace
