Nevron.Diagram Namespace / NPointPort Class / PointIndexMode Property


In This Topic
    PointIndexMode Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Position")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the point index is determined")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property PointIndexMode As PointIndexMode
    'Usage
     
    
    Dim instance As NPointPort
    Dim value As PointIndexMode
     
    instance.PointIndexMode = value
     
    value = instance.PointIndexMode
    [System.ComponentModel.Category("Position")]
    [System.ComponentModel.Description("Gets/sets the mode in which the point index is determined")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public PointIndexMode PointIndexMode {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