Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1RadialMenuItem Class / IsPointerOver Property

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