ReflowState Class |
Namespace: WebSupergoo.WordGlue4.Layout
The ReflowState type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
|
|
| CurrentFrame |
The current frame that is being
reflowed.
|
|
| Notes |
Any notes associated with the current
state.
|
|
| Parent |
The parent ReflowState in cases where a clone
of the current state has been passed to a child Frame.
|
| Name | Description | |
|---|---|---|
| Constraint |
A rectangle indicating the area in which
content can be placed.
|
|
| Cursor |
The current cursor indicating the location at
which new content should be placed.
|