[]
Merges the style settings with the current object.
public virtual void Merge(StyleInfo source)
Public Overridable Sub Merge(source As StyleInfo)
Type | Name | Description |
---|---|---|
StyleInfo | source | Object whose style settings are merged with the current object |
Merges the style settings with the current object with the option to overwrite settings in the current object.
public virtual void Merge(StyleInfo source, bool force)
Public Overridable Sub Merge(source As StyleInfo, force As Boolean)
Type | Name | Description |
---|---|---|
StyleInfo | source | Object whose style settings are merged with the current object |
bool | force | Whether to overwrite the current settings with the settings from the merge object |