Scheduler for UWP | ComponentOne
C1.Xaml.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 Windows.UI.Xaml.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