[]
Gets the number of theme color entries in this theme color scheme.
This value indicates how many theme color entries are available in the current IThemeColorScheme collection.
int Count { get; }
ReadOnly Property Count As Integer
ITheme theme = new Theme("CustomTheme");
IThemeColorScheme colorScheme = theme.ThemeColorScheme;
int count = colorScheme.Count;