IMasterTheme

IMasterTheme interface

Represents a master theme.

public interface IMasterTheme : ITheme

Properties

NameDescription
AsITheme { get; }Allows to get base ITheme interface. Read-only ITheme.
ExtraColorSchemes { get; }Returns the collection of additional color schemes. These schemes don’t affect presentation’s look, they can be selected as main color scheme for a slide. Read-only IExtraColorSchemeCollection.
Name { get; set; }Returns the name of a theme. Read/write String.

See Also