Name Property
Name
Gets the name of the theme.
The returned name identifies the current theme and can be used to look up
a theme from the Themes collection.
Declaration
ReadOnly Property Name As String
Examples
ITheme theme = Themes.Berlin;
string name = theme.Name;