CascadingStyleStoreFrame Property

The Frame which contains this CascadingStyleStore.

A CascadingStyleStore may be shared by multiple Frames. For example if a ParagraphFrame spans two pages it will need to be split into two. In this case both ParagraphFrames will reference the same CascadingStyleStore.

This property represents the original Frame to which this CascadingStyleStore was assigned.

 

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

Property Value

Type: Frame
See Also