Nevron .NET Vision
Nevron.Chart Namespace / NArrowAnnotation Class / ArrowHeadWidthPercent Property


In This Topic
    ArrowHeadWidthPercent Property
    In This Topic
    Gets/sets the width of the arrow head relative to the arrow body width
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the width of the arrow head relative to the arrow body width")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ArrowHeadWidthPercent As System.Single
    'Usage
     
    
    Dim instance As NArrowAnnotation
    Dim value As System.Single
     
    instance.ArrowHeadWidthPercent = value
     
    value = instance.ArrowHeadWidthPercent
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Gets/sets the width of the arrow head relative to the arrow body width")]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float ArrowHeadWidthPercent {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