merge


Description:

[ Version ( deprecated = true , deprecated_since = "3.16" , since = "3.0" ) ]
public void merge (StyleProperties props_to_merge, bool replace)

Warning: merge is deprecated since 3.16.

Merges into this all the style information contained in props_to_merge.

Note:

StyleProperties are deprecated.

If replace is true, the values will be overwritten, if it is false , the older values will prevail.

Parameters:

this

a StyleProperties

props_to_merge

a second StyleProperties

replace

whether to replace values or not