[]
        
(Showing Draft Content)

C1.Framework.Style.Merge

Merge Method

Merge(Style)

Copies attributes set to non-default values from another Style object.

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

Style object that contains the attributes to copy.

Remarks

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.