ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGaugePointer Class / KeyboardAccelerators Property

In This Topic
    KeyboardAccelerators Property (C1RadialGaugePointer)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property KeyboardAccelerators As Windows.Foundation.Collections.IVector(Of KeyboardAccelerator)
    public Windows.Foundation.Collections.IVector<KeyboardAccelerator> KeyboardAccelerators {get;}
    See Also