[]
        
(Showing Draft Content)

C1.Framework.Style.Copy

Copy Method

Copy(Style)

Copies all attributes from another Style object.

Declaration
public void Copy(Style source)
Parameters
Type Name Description
Style source

Style object that contains the attributes to copy.

Remarks

The difference between this method and Clone() is that Clone returns a new object, while Copy modifies the attributes in an existing style.