FrameParent Property

The parent of this Frame.

For example the parent of a TextRunFrame is typically a LineFrame. The parent of that is a ParagraphFrame.

 

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

Property Value

Type: Frame
See Also