[]
Copies attributes set to non-default values from another Style object.
public void Merge(Style source)
| Type | Name | Description |
|---|---|---|
| Style | source | Style object that contains the attributes to copy. |
The difference between Copy(Style) and Merge is that Merge will not copy
attributes that are set to their default values in the source Style.