ComponentOne Scheduler for WPF and Silverlight
ChangeStyle(Object) Method

C1.WPF.Schedule Namespace > C1Scheduler Class : ChangeStyle(Object) Method
Style or a ResourceDictionary key representing a Style.
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 System.Object _
) 
public void ChangeStyle( 
   System.object styleOrKey
)

Parameters

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

Reference

C1Scheduler Class
C1Scheduler Members