Nevron .NET Vision
Nevron.Chart Namespace / NNumericDisplayPanel Class / SignMode Property


In This Topic
    SignMode Property
    In This Topic
    Gets or sets the sign mode of the indicator
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also