'Declaration
<System.ComponentModel.CategoryAttribute("Value")> <System.ComponentModel.DescriptionAttribute("The origin mode of this indicator")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property OriginMode As OriginMode
'Usage
Dim instance As NRangeIndicator Dim value As OriginMode instance.OriginMode = value value = instance.OriginMode
[System.ComponentModel.Category("Value")] [System.ComponentModel.Description("The origin mode of this indicator")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public OriginMode OriginMode {get; set;}