ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / PointerCaptures Property

In This Topic
    PointerCaptures Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointerCaptures As Windows.Foundation.Collections.IVectorView(Of Pointer)
    public Windows.Foundation.Collections.IVectorView<Pointer> PointerCaptures {get;}
    See Also