Property | Type | Description | |
---|---|---|---|
AnimateIdProperty | |||
ClipToBoundsProperty | |||
DisableOnElementCountProperty | |||
IsAnimatingProperty | |||
LayoutIdProperty |
Property | Type | Description | |
---|---|---|---|
AnimateChildren | bool | ||
ImplementClipToBounds | void | ||
MetaPanelBase | System | ||
MonitorExtendElement | void | ||
OnIsAnimatingChanged | void | ||
OnNeedMeasure | void | ||
OnRendering | void | ||
OnUIElementsAdded | void | ||
OnUIElementsRemove | void | ||
PlatformConstructor | void | ||
RemoveChildElement | void | ||
ResyncStateDictionary | void | ||
UnmonitorExtendElement | void |
Method | Description | |
---|---|---|
ClearChildren ( ) : void |
Perform remove animation for all the child elements and then remove from children.
|
|
LogicalChildAdd ( object child ) : void |
Adds the provided object to the logical tree of this element.
|
|
LogicalChildRemove ( object child ) : void |
Removes the provided object from the logical tree of this element.
|
|
RemoveChild ( UIElement element ) : void |
Perform remove animation for the child and then remove from the children.
|
Method | Description | |
---|---|---|
ArrangeOverride ( |
Position child elements according to already provided size.
|
|
CreateUIElementCollection ( |
Create the collection used to hold child elements.
|
|
GetVisualChild ( int index ) : Visual |
Return child at the specified index from a collection of child elements.
|
|
MeasureOverride ( |
Measure the layout size required to arrange all elements.
|
|
OnIsItemsHostChanged ( bool oldIsItemsHost, bool newIsItemsHost ) : void |
Indicates that the IsItemsHost property value has changed.
|
|
OnNeedMeasureOnChanged ( |
Invoked when a property change requires a measure to occur.
|
|
OnVisualChildrenChanged ( |
Invoked when the VisualCollection of a visual object is modified.
|
Method | Description | |
---|---|---|
AnimateChildren ( MetaElementStateDict stateDict, ICollection elements ) : bool | ||
ImplementClipToBounds ( |
||
MetaPanelBase ( ) : System | ||
MonitorExtendElement ( object element ) : void | ||
OnIsAnimatingChanged ( |
||
OnNeedMeasure ( object sender, |
||
OnRendering ( object sender, |
||
OnUIElementsAdded ( object sender, |
||
OnUIElementsRemove ( object sender, |
||
PlatformConstructor ( ) : void | ||
RemoveChildElement ( UIElement element ) : void | ||
ResyncStateDictionary ( ) : void | ||
UnmonitorExtendElement ( object element ) : void |
protected ArrangeOverride ( |
||
finalSize | Size that layout should use to arrange child elements. | |
return |
protected CreateUIElementCollection ( |
||
logicalParent | The logical parent element of the collection to be created. | |
return | System.Windows.Controls.UIElementCollection |
protected GetVisualChild ( int index ) : Visual | ||
index | int | Zero-based index of the requested child element. |
return | Visual |
public LogicalChildAdd ( object child ) : void | ||
child | object | Child element to be added. |
return | void |
public LogicalChildRemove ( object child ) : void | ||
child | object | Child element to be removed. |
return | void |
protected MeasureOverride ( |
||
availableSize | Available size that can be given to elements. | |
return |
protected OnIsItemsHostChanged ( bool oldIsItemsHost, bool newIsItemsHost ) : void | ||
oldIsItemsHost | bool | The old property value. |
newIsItemsHost | bool | The new property value. |
return | void |
protected static OnNeedMeasureOnChanged ( |
||
d | Owning object. | |
e | System.Windows.DependencyPropertyChangedEventArgs | Details of property that has changed. |
return | void |
protected OnVisualChildrenChanged ( |
||
visualAdded | The Visual that was added to the collection. | |
visualRemoved | The Visual that was removed from the collection. | |
return | void |
public RemoveChild ( UIElement element ) : void | ||
element | UIElement | Element to be removed. |
return | void |
public static DependencyProperty,System.Windows AnimateIdProperty | ||
return |
public static DependencyProperty,System.Windows ClipToBoundsProperty | ||
return |
public static DependencyProperty,System.Windows DisableOnElementCountProperty | ||
return |
public static DependencyProperty,System.Windows IsAnimatingProperty | ||
return |