Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1HierarchicalPresenter Class / IsMouseOver Property

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