Nevron .NET Vision
Nevron.Chart Namespace / NAxisCursor Class / SynchronizeOnMouseAction Property


In This Topic
    SynchronizeOnMouseAction Property
    In This Topic
    Synchronizes the axis cursor position when a mouse event occurs.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Mouse")>
    <System.ComponentModel.DescriptionAttribute("Synchronizes the axis cursor position when a mouse event occurs.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property SynchronizeOnMouseAction As MouseAction
    'Usage
     
    
    Dim instance As NAxisCursor
    Dim value As MouseAction
     
    instance.SynchronizeOnMouseAction = value
     
    value = instance.SynchronizeOnMouseAction
    [System.ComponentModel.Category("Mouse")]
    [System.ComponentModel.Description("Synchronizes the axis cursor position when a mouse event occurs.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public MouseAction SynchronizeOnMouseAction {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also