ReflowStateCurrent Property

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.

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public ReflowState Current { get; set; }

Property Value

Type: ReflowState
See Also