CascadingStyleStoreParent Property

The parent CascadingStyleStore.

The parent parallels the Frame.Parent in the document. This is needed because some properties can be specified on multiple objects.

For example a cell border might be specified for the entire table but then overridden in a cell.

 

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

Property Value

Type: CascadingStyleStore
See Also