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


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