ItemStyleLabel(ItemStyleLabel) Constructor

Copy constructor.

Definition

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

Parameters

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

See Also