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

In This Topic
    Command Property (C1RadialNumericItem)
    In This Topic
    Gets or sets the command to invoke when this button is pressed.
    Syntax
    'Declaration
     
    
    Public Property Command As ICommand
    public ICommand Command {get; set;}
    See Also