API Reference
Interface
ILayoutAware
Provides a hook for elements to adjust their layout based on surrounding elements.
Methods
public abstract Void EvaluateLayout(LayoutContext context) #Returns:
VoidAllows the element to modify its layout before rendering.
Parameters
- context HtmlForgeX.Email.LayoutContext
- Context with sibling and parent information.