'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the sign mode of the indicator")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property SignMode As DisplaySignMode
'Usage
Dim instance As NNumericDisplayPanel Dim value As DisplaySignMode instance.SignMode = value value = instance.SignMode
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the sign mode of the indicator")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public DisplaySignMode SignMode {get; set;}