'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;}