ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MapCanvas Class / PointerCaptures Property

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