Changes the Style property with the specified Style or a style referenced by the specified ResourceDictionary key.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public void ChangeStyle(
	Object styleOrKey
)
Visual Basic
Public Sub ChangeStyle ( _
	styleOrKey As Object _
)

Parameters

styleOrKey
Type: System..::..Object
Style or a ResourceDictionary key representing a Style.

See Also