TIWCGBackgroundType Enumeration

Represents type TIWCGBackgroundType.

Namespace: IWCGJQControl
type
 TIWCGBackgroundType = (btStretch,btRepeat,btNoRepeat);

The TIWCGBackgroundType type exposes the following members.

Show:
 NameDescription
btNoRepeat

Represents constant btNoRepeat.

btRepeat

Represents constant btRepeat.

btStretch

Represents constant btStretch.

Top