Copy Method
Copy(BaseStyle)
Copies properties of the specified style of the same type.
Declaration
public override void Copy(BaseStyle prototype)
Public Overrides Sub Copy(prototype As BaseStyle)
Parameters
| Type |
Name |
Description |
| BaseStyle |
prototype |
Specified style.
|