Option Strict On
Option Explicit On

Namespace Nexamas.UI.Rendering

    <Global.System.ComponentModel.EditorBrowsable(Global.System.ComponentModel.EditorBrowsableState.Advanced)>
    Friend NotInheritable Class MASSurfaceVisualStyleIds
        Private Sub New()
        End Sub

        Friend Const Auto As String = "auto"

        ''' <summary>
        ''' The current platform dialog surface visible on FilePicker, FileExplorer,
        ''' MessageBox, PanelShellFloat, and PanelShell-hosted selection dialogs.
        ''' </summary>
        Friend Const PlatformDialogFrame As String = "platform.dialog-frame"

    End Class

End Namespace
