'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the percent position along the line segment at which the label must be anchored")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(50)> Public Property PercentPosition As System.Single
'Usage
Dim instance As NSegmentLabel Dim value As System.Single instance.PercentPosition = value value = instance.PercentPosition
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the percent position along the line segment at which the label must be anchored")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(50)] public System.float PercentPosition {get; set;}