ItemStyleText(ItemStyleText) Constructor

Copy constructor.

Definition

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

Parameters

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

See Also