IThemeable

IThemeable interface

Represents objects that can be themed with ITheme.

public interface IThemeable : ISlideComponent

Properties

NameDescription
AsISlideComponent { get; }Returns ISlideComponent interface. Read-only ISlideComponent.

Methods

NameDescription
CreateThemeEffective()Returns an effective theme for this themeable object.

See Also