TextCylinder(String) Constructor

Intializes a new instance of TextCylinder class.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public TextCylinder(
	string[] data
)

Parameters

data  String
A an array of Strings which are used to intialize the Strings property.

Remarks

This constructor initializes the Strings property as well.

See Also