Skip to main content

TreeMapElementStyleBase.MergeStyles(TreeMapElementStyleBase, TreeMapElementStyleBase) Method

Merges the specified styles and returns it in the destination style.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public static void MergeStyles(
    TreeMapElementStyleBase destinationStyle,
    TreeMapElementStyleBase style
)

Parameters

Name Type Description
destinationStyle TreeMapElementStyleBase

The destination style that returns the merged style.

style TreeMapElementStyleBase

The style whose parameters this method merges into the destination style.

See Also