Nevron .NET Vision
Nevron.Chart Namespace / NCallout Class / AllowDragging Property


In This Topic
    AllowDragging Property (NCallout)
    In This Topic
    Gets or sets a property indicating whether the callout allows dragging via the mouse.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AllowDragging As System.Boolean
    'Usage
     
    
    Dim instance As NCallout
    Dim value As System.Boolean
     
    instance.AllowDragging = value
     
    value = instance.AllowDragging
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AllowDragging {get; set;}
    Remarks
    Set to true by default.
    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