Skip to main content
A newer version of this page is available. .
Box

LayoutElement Methods

Base interface for layout elements.
Name Description
Accept(LayoutVisitor) Dispatches to the Visit method that is specific to the current LayoutType.
GetParentByType<T>() Returns the parent layout element of the type designated by the specified generic type parameter.
GetRelativeBounds(LayoutElement) Gets coordinates of the specified layout element relative to its container.
See Also