StyleSheet.UpdateFrom Method

GeonBit.UI

StyleSheetUpdateFrom 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 UpdateFrom(
	StyleSheet other
)

Parameters

other
Type: GeonBit.UI.EntitiesStyleSheet
Other StyleSheet to update from.
See Also