Defines the command that 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 static readonly C1Command ChangeStyleCommand
Visual Basic
Public Shared ReadOnly ChangeStyleCommand As C1Command

Remarks

This command is executed by the C1Scheduler and is implemented by the ChangeStyle(Object) method.

Command parameter: Style or a ResourceDictionary key representing a Style.

See Also