FrameChildren Property

The children of this frame.

For example a ParagraphFrame may a number of LineFrames as children.

 

Namespace:  WebSupergoo.WordGlue4.Layout
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public LinkedList<Frame> Children { get; }

Property Value

Type: LinkedListFrame
See Also