Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ViewEx Class / SetStyle Method

In This Topic
    SetStyle Method
    In This Topic
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Sub SetStyle( _
       ByVal view As FrameworkElement, _
       ByVal style As Style _
    ) 
    [Extension()]
    public static void SetStyle( 
       FrameworkElement view,
       Style style
    )

    Parameters

    view
    style
    See Also