IRegionWithLineBreaks Interface

Allows a Region to be splitted between pages by lines.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IRegionWithLineBreaks

Properties

IsBreakable Specifies whether line breaks are enabled in this instance of IRegionWithLineBreaks.
LineBreaks Y-coordinates of the line breaks, relative to the top of the region.

See Also