Class HostBase
public abstract class HostBase : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
HostBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
ContainerStyleProperty
public static readonly DependencyProperty ContainerStyleProperty
Field Value
HostDataProperty
public static readonly DependencyProperty HostDataProperty
Field Value
Properties
Container
protected ContentControl Container { get; }
Property Value
ContainerStyle
public Style ContainerStyle { get; set; }
Property Value
HostData
public object HostData { get; set; }
Property Value
VisualChildrenCount
Gets the number of visual child elements within this element.
protected override int VisualChildrenCount { get; }
Property Value
- int
The number of visual child elements for this element.
Methods
AddHost(FrameworkElement)
protected void AddHost(FrameworkElement visual)
Parameters
visual
FrameworkElement
ArrangeOverride(Size)
Called to arrange and size the content of a Control object.
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
- Size
The size of the control.
GetElementRect(UIElement)
protected Rect GetElementRect(UIElement element)
Parameters
element
UIElement
Returns
GetVisualChild(int)
Overrides GetVisualChild(int), and returns a child at the specified index from a collection of child elements.
protected override Visual GetVisualChild(int index)
Parameters
index
intThe zero-based index of the requested child element in the collection.
Returns
- Visual
The requested child element. This should not return null; if the provided index is out of range, an exception is thrown.
Location(Point)
public virtual void Location(Point point)
Parameters
point
Point
MeasureOverride(Size)
Called to remeasure a control.
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
- Size
The size of the control, up to the maximum specified by
constraint
.
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()