Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorPicker Class / IsMouseOver Property

In This Topic
    IsMouseOver Property (C1ColorPicker)
    In This Topic
    Returns true if the mouse is over the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsMouseOver As Boolean
    public bool IsMouseOver {get;}
    See Also