Skip to main content

Class ThemedControl

Represents a base class for themed display controls in the user interface.

Assembly: MicroLayout.dll
View Source
Declaration
public abstract class ThemedControl : Control, IThemedControl, IControl

Inheritance: System.Object -> Meadow.Foundation.Graphics.MicroLayout.Control

Derived:
Meadow.Foundation.Graphics.MicroLayout.Box

Implements:
Meadow.Foundation.Graphics.MicroLayout.IThemedControl

Methods

ApplyTheme(DisplayTheme)

Applies the specified display theme to the control.

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

Implements