ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / C1FlexPie Class / PointerCaptures Property

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