Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / ChangeStyleCommand Field

In This Topic
    ChangeStyleCommand Field
    In This Topic
    Defines the command that changes the Windows.UI.Xaml.Style property with the specified Style or a style referenced by the specified ResourceDictionary key.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ChangeStyleCommand As C1.Xaml.C1Command
    public static readonly C1.Xaml.C1Command ChangeStyleCommand
    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