'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property PaintOrder As IndicatorPaintOrder
'Usage
Dim instance As NIndicator Dim value As IndicatorPaintOrder instance.PaintOrder = value value = instance.PaintOrder
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public IndicatorPaintOrder PaintOrder {get; set;}