Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / RoundingStyle Enumeration


In This Topic
    RoundingStyle Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Enum RoundingStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RoundingStyle
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public enum RoundingStyle : System.Enum 
    Members
    MemberDescription
    Automatic 
    None 
    Rounding1PX 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.RoundingStyle

    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