[]
Copies all attributes from another Style object.
public void Copy(Style source)
Type | Name | Description |
---|---|---|
Style | source | Style object that contains the attributes to copy. |
The difference between this method and Clone() is that Clone returns a new object, while Copy modifies the attributes in an existing style.