ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DaySlotPresenter Class / PointerCaptures Property

In This Topic
    PointerCaptures Property (DaySlotPresenter)
    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