ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Star Class / _ismo Field


In This Topic
    _ismo Field (Star)
    In This Topic
    Stores the current value of IsMouseOver property.
    Syntax
    'Declaration
     
    
    Protected _ismo As Boolean
    'Usage
     
    
    Dim instance As Star
    Dim value As Boolean
     
    value = instance._ismo
     
    instance._ismo = value
    protected bool _ismo
    See Also