Skip to main content

Interface IThemedControl

Represents a display control in the user interface.

Assembly: MicroLayout.dll
View Source
Declaration
public interface IThemedControl : IControl

Methods

ApplyTheme(DisplayTheme)

Applies the specified display theme to the display control.

View Source
Declaration
void ApplyTheme(DisplayTheme theme)
Parameters
TypeNameDescription
Meadow.Foundation.Graphics.MicroLayout.DisplayThemethemeThe display theme to apply.