Nevron .NET Vision
Nevron.Diagram Namespace / NArrowPath Class / ArrowType Property


In This Topic
    ArrowType Property (NArrowPath)
    In This Topic
    Gets/sets the arrow type
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Model")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the arrow type")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property ArrowType As ArrowType
    'Usage
     
    
    Dim instance As NArrowPath
    Dim value As ArrowType
     
    instance.ArrowType = value
     
    value = instance.ArrowType
    [System.ComponentModel.Category("Model")]
    [System.ComponentModel.Description("Gets/sets the arrow type")]
    [System.Xml.Serialization.XmlIgnore()]
    public ArrowType ArrowType {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