Table of Contents

Class LayoutableExtension

Namespace
H.Services.Common
Assembly
H.Services.Common.dll
public static class LayoutableExtension
Inheritance
LayoutableExtension
Inherited Members

Methods

CopyTo(ILayoutable, ILayoutable)

将布局属性从一个对象复制到另一个对象。

public static void CopyTo(this ILayoutable from, ILayoutable to)

Parameters

from ILayoutable

要复制属性的源对象。

to ILayoutable

要复制属性的目标对象。