Nevron .NET Vision
Nevron.Diagram Namespace / NBoundsPort Class / DirectionMode Property


In This Topic
    DirectionMode Property (NBoundsPort)
    In This Topic
    Gets/sets the mode in which the point port direction is determined.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Direction")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the point port direction is determined.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property DirectionMode As BoundsPortDirectionMode
    'Usage
     
    
    Dim instance As NBoundsPort
    Dim value As BoundsPortDirectionMode
     
    instance.DirectionMode = value
     
    value = instance.DirectionMode
    [System.ComponentModel.Category("Direction")]
    [System.ComponentModel.Description("Gets/sets the mode in which the point port direction is determined.")]
    [System.Xml.Serialization.XmlAttribute()]
    public BoundsPortDirectionMode DirectionMode {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