Nevron .NET Vision
Nevron.Chart Namespace / SevenSegmentCellStyle Enumeration


In This Topic
    SevenSegmentCellStyle Enumeration
    In This Topic
    Enumerates the segment cell styles for a 7 segment cell display
    Syntax
    'Declaration
     
    
    Public Enum SevenSegmentCellStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SevenSegmentCellStyle
    public enum SevenSegmentCellStyle : System.Enum 
    Members
    MemberDescription
    NormalNormal style
    RectangularCell segments appear rectangular
    RoundedCell segments appear rounded
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.SevenSegmentCellStyle

    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