Provides an enumeration that specifies how text will be wrapped.

Namespace: Gadgeteer.Modules
Assembly: Gadgeteer (in Gadgeteer.dll) Version: 2.41.0.0 (2.41.500.0)

Syntax

C#
public enum WordWrap

Members

Member nameValueDescription
None0 Do not use word wrap.
Wrap1 Use word wrap.

Remarks

The values of this enumeration are used when calling the DisplayTextInRectangle method.

See Also