Nevron .NET Vision
Nevron.Diagram Namespace / NSegmentLabel Class / SegmentIndexMode Property


In This Topic
    SegmentIndexMode Property
    In This Topic
    Gets/sets the mode in which the segment index is determined
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Position")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the segment index is determined")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property SegmentIndexMode As SegmentIndexMode
    'Usage
     
    
    Dim instance As NSegmentLabel
    Dim value As SegmentIndexMode
     
    instance.SegmentIndexMode = value
     
    value = instance.SegmentIndexMode
    [System.ComponentModel.Category("Position")]
    [System.ComponentModel.Description("Gets/sets the mode in which the segment index is determined")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public SegmentIndexMode SegmentIndexMode {get; set;}
    Remarks
    By default set to Custom
    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