Interface IUpdateThemeProperties
When implemented by a widget, allows the widget to query layout properties from the visual style.
Namespace: Ritchie.Toolbox.VisualStyles
Assembly: Ritchie.Toolbox.dll
Syntax
public interface IUpdateThemeProperties
Methods
UpdateThemeProperties()
Retrieves layout properties from the visual style. Called by the UI system on every frame before layout updates occur. If layout properties change during this method call, the widget will automatically invalidate its own layout.
Declaration
void UpdateThemeProperties()