ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PlotElement Class / IsMouseOverProperty Field


In This Topic
    IsMouseOverProperty Field
    In This Topic
    Identifies the IsMouseOver dependency property.
    Syntax
    'Declaration
     
    
    Public Shadows Shared ReadOnly IsMouseOverProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = PlotElement.IsMouseOverProperty
    public new static readonly DependencyProperty IsMouseOverProperty
    See Also