Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItemsPresenter Class / PrepareContainerForItemOverride Method
The element used to display the specified item.
The item to display.

In This Topic
    PrepareContainerForItemOverride Method (C1RadialMenuItemsPresenter)
    In This Topic
    Prepares the specified element to display the specified item.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PrepareContainerForItemOverride( _
       ByVal element As DependencyObject, _
       ByVal item As Object _
    ) 
    protected override void PrepareContainerForItemOverride( 
       DependencyObject element,
       object item
    )

    Parameters

    element
    The element used to display the specified item.
    item
    The item to display.
    See Also