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


In This Topic
    ArrowLength Property (NCallout)
    In This Topic
    Gets/sets size of the callout arrow
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets size of the callout arrow")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property ArrowLength As NLength
    'Usage
     
    
    Dim instance As NCallout
    Dim value As NLength
     
    instance.ArrowLength = value
     
    value = instance.ArrowLength
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets/sets size of the callout arrow")]
    [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLength ArrowLength {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