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

In This Topic
    SelectStyle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function SelectStyle( _
       ByVal item As System.Object, _
       ByVal container As Windows.UI.Xaml.DependencyObject _
    ) As Windows.UI.Xaml.Style
    public Windows.UI.Xaml.Style SelectStyle( 
       System.object item,
       Windows.UI.Xaml.DependencyObject container
    )

    Parameters

    item
    container
    See Also