[]
Composes style settings using the current style settings and those of a specified object.
public virtual void Compose(StyleInfo source)
Public Overridable Sub Compose(source As StyleInfo)
Type | Name | Description |
---|---|---|
StyleInfo | source | StyleInfo object |
Composes style settings using the current style settings and those of a specified object with an option to overwrite the current style settings.
public virtual void Compose(StyleInfo source, bool force)
Public Overridable Sub Compose(source As StyleInfo, force As Boolean)
Type | Name | Description |
---|---|---|
StyleInfo | source | Source StyleInfo object from which to get style settings |
bool | force | Whether to overwrite the current settings with the settings from the source object |