IContentHost Interface
Definition
This interface is implemented by layouts which host ContentElement.
public interface class IContentHost
public interface IContentHost
type IContentHost = interface
Public Interface IContentHost
- Derived
Properties
HostedElements |
Gets an enumeration containing all descendant ContentElement-derived classes, as well as all UIElement-derived classes that are a direct descendant of the IContentHost or one of its descendant ContentElement classes. |
Methods
GetRectangles(ContentElement) |
Returns a collection of bounding rectangles for a child element. |
InputHitTest(Point) |
Performs hit-testing for child elements. |
OnChildDesiredSizeChanged(UIElement) |
Called when a UIElement-derived class which is hosted by a IContentHost changes its DesiredSize. |