Entity.UpdateStyle Method

GeonBit.UI

EntityUpdateStyle Method
Update the entire stylesheet from a different stylesheet.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void UpdateStyle(
	StyleSheet updates
)

Parameters

updates
Type: GeonBit.UI.EntitiesStyleSheet
Stylesheet to update from.
See Also