ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / IsPointerOver Property

In This Topic
    IsPointerOver Property (C1RadialMenuItem)
    In This Topic
    Gets a value indicating whether the pointer is located over this element.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPointerOver As System.Boolean
    public System.bool IsPointerOver {get;}
    See Also