ReflowState Properties

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
See Also