Option Strict On
Option Explicit On

Namespace Nexamas.UI.Rendering

    ''' <summary>
    ''' Canonical identifiers for reusable surface chrome profiles.
    ''' Chrome is the reusable visual band/header layer; it does not own component layout.
    ''' </summary>
    Friend NotInheritable Class MASSurfaceChromeIds
        Private Sub New()
        End Sub

        Friend Const PlatformDefault As String = "platform.default"
    End Class

End Namespace
