ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1StyleSelector Class / SelectStyleCore Method

In This Topic
    SelectStyleCore Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function SelectStyleCore( _
       ByVal item As System.Object, _
       ByVal container As Windows.UI.Xaml.DependencyObject _
    ) As Windows.UI.Xaml.Style
    protected virtual Windows.UI.Xaml.Style SelectStyleCore( 
       System.object item,
       Windows.UI.Xaml.DependencyObject container
    )

    Parameters

    item
    container
    See Also