C# Class ExoMerge.Aspose.Extensions.BorderExtensions

Mostrar archivo Open project: vc3/ExoMerge

Public Methods

Method Description
CopyTo ( this border, Border target ) : void

Copy the border's settings into the target border.

Method Details

CopyTo() public static method

Copy the border's settings into the target border.
public static CopyTo ( this border, Border target ) : void
border this The border to copy settings from.
target Border The border to copy settings to.
return void