Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / CommandBinding Class / Command Property

In This Topic
    Command Property (CommandBinding)
    In This Topic
    Gets or sets the System.Windows.Input.ICommand associated with this CommandBinding.
    Syntax
    'Declaration
     
    
    Public Property Command As ICommand
    public ICommand Command {get; set;}
    See Also