Interface IThemedControl
Represents a display control in the user interface.
Assembly: MicroLayout.dll
View Source
public interface IThemedControl : IControl
Methods
ApplyTheme(DisplayTheme)
Applies the specified display theme to the display control.
View Source
void ApplyTheme(DisplayTheme theme)
Parameters
Type | Name | Description |
---|---|---|
Meadow.Foundation.Graphics.MicroLayout.DisplayTheme | theme | The display theme to apply. |