PrepareContainerForItemOverride Method (C1RadialMenuItemsPresenter)
In This Topic
Prepares the specified element to display the specified item.
Syntax
'Declaration
Protected Overrides Sub PrepareContainerForItemOverride( _
ByVal As Windows.UI.Xaml.DependencyObject, _
ByVal As System.Object _
)
protected override void PrepareContainerForItemOverride(
Windows.UI.Xaml.DependencyObject ,
System.object
)
Parameters
- element
- The element used to display the specified item.
- item
- The item to display.
See Also