Class BoxParentsStack
Inheritance
System.Object
BoxParentsStack
Namespace: Telerik.Windows.Documents.DocumentStructure
Assembly: Telerik.Windows.Documents.dll
Syntax
public class BoxParentsStack : Object
Constructors
BoxParentsStack()
Declaration
public BoxParentsStack()
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.Boolean
|
Methods
GetEnumerator()
Declaration
public Stack<LayoutBox>.Enumerator GetEnumerator()
Returns
System.Collections.Generic.Stack.Enumerator<>
|