Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / ChangeStyle(Object) Method
Style or a ResourceDictionary key representing a Style.

In This Topic
    ChangeStyle(Object) Method
    In This Topic
    Changes the System.Windows.Style property with the specified Style or a style referenced by the specified ResourceDictionary key.
    Syntax
    'Declaration
     
    
    Public Sub ChangeStyle( _
       ByVal styleOrKey As Object _
    ) 
    public void ChangeStyle( 
       object styleOrKey
    )

    Parameters

    styleOrKey
    Style or a ResourceDictionary key representing a Style.
    See Also