HorizontalMinimum

Sets the start point of horizontal scrolling.

This is the point from which horizontal scrolling begins.

Values

Integer. The default value is 0.

Example

Marq = CRM.GetBlock('marquee');
Marq.HorizontalMinimum = 0;

Sets the start point of horizontal scrolling to 0.