ReflowState Class

The current state for the layout process.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.LayoutReflowState

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public sealed class ReflowState : IDisposable

The ReflowState type exposes the following members.

Properties
  Name Description
Public property Current
Each frame may clone the ReflowState before passing it down to children. So the ReflowState for one frame may be different from that for another. This property contains the current layout state for the current frame. There are overheads associated with maintaining this state so it is only enabled when Options.TrackReflowState is enabled.
Public property CurrentFrame
The current frame that is being reflowed.
Public property Notes
Any notes associated with the current state.
Public property Parent
The parent ReflowState in cases where a clone of the current state has been passed to a child Frame.
Top
Methods
  Name Description
Public method Dispose
Top
Fields
  Name Description
Public field Constraint
A rectangle indicating the area in which content can be placed.
Public field Cursor
The current cursor indicating the location at which new content should be placed.
Top
See Also