[]
Defines the command that changes the Style property with the specified Style or a style referenced by the specified ResourceDictionary key.
public static readonly RoutedCommand ChangeStyleCommand
Type | Description |
---|---|
RoutedCommand | Defines the command that changes the property with the specified Style or a style referenced by the specified ResourceDictionary key. |
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.