Nevron .NET Vision
Nevron.Chart Namespace / GaugeBackroundAdornerPaintOrder Enumeration


In This Topic
    GaugeBackroundAdornerPaintOrder Enumeration
    In This Topic
    Enumerates the gauge background adorner paint order
    Syntax
    'Declaration
     
    
    Public Enum GaugeBackroundAdornerPaintOrder 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GaugeBackroundAdornerPaintOrder
    public enum GaugeBackroundAdornerPaintOrder : System.Enum 
    Members
    MemberDescription
    AfterScaleThe background adorner is painted after the gauges scales
    BeforeScaleThe background adorner is painted before the gauges scales
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.GaugeBackroundAdornerPaintOrder

    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