ItemStyle(ItemStyle) Constructor

Copy constructor.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public ItemStyle(
	ItemStyle original
)

Parameters

original  ItemStyle
Reference to ItemStyle which will be deeply copied into the newly initialized instance.

See Also