All the Frames that are currently referenced,
indexed by ID. This property is only set if TrackAll(true) has
previously been called.
Namespace: WebSupergoo.WordGlue4.Layout
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static WeakArray<Frame> All { get; set; }
Public Shared Property All As WeakArray(Of Frame)
Get
Set
static member All : WeakArray<Frame> with get, set
Property Value
Type:
WeakArrayFrame
See Also