C# Класс ExoMerge.Aspose.Extensions.BorderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
CopyTo ( this border, Border target ) : void

Copy the border's settings into the target border.

Описание методов

CopyTo() публичный статический Метод

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.
Результат void