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

In This Topic
    IsMouseOver Property (C1ColorButton)
    In This Topic
    Gets or sets a value indicating whether the mouse over is over this control.
    Syntax
    'Declaration
     
    Public Property IsMouseOver As Boolean
    public bool IsMouseOver {get; set;}
    See Also