Class ThemedControl
Represents a base class for themed display controls in the user interface.
Assembly: MicroLayout.dll
View Source
public abstract class ThemedControl : Control, IThemedControl, IControl
Inheritance: System.Object
-> Meadow.Foundation.Graphics.MicroLayout.Control
Derived:
Meadow.Foundation.Graphics.MicroLayout.Box, Meadow.Foundation.Graphics.MicroLayout.ClickableControl, Meadow.Foundation.Graphics.MicroLayout.Label, Meadow.Foundation.Graphics.MicroLayout.Layout, Meadow.Foundation.Graphics.MicroLayout.LineChart, Meadow.Foundation.Graphics.MicroLayout.Picture, Meadow.Foundation.Graphics.MicroLayout.ProgressBar
Implements:
Meadow.Foundation.Graphics.MicroLayout.IThemedControl, Meadow.Foundation.Graphics.MicroLayout.IControl
Methods
ApplyTheme(DisplayTheme)
Applies the specified display theme to the control.
View Source
public abstract void ApplyTheme(DisplayTheme theme)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Foundation.Graphics.MicroLayout.DisplayTheme | theme | The display theme to apply. |