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


In This Topic
    BorderPart Enumeration
    In This Topic
    Specifies how a border will be drawn.
    Syntax
    'Declaration
     
    
    Public Enum BorderPart 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BorderPart
    public enum BorderPart : System.Enum 
    Members
    MemberDescription
    AllThe entire border is drawn
    BottomThe bottom part of the border will be drawn
    LeftThe left part of the border will be drawn
    NoneNo border
    RightThe right part of the border will be drawn
    TopThe top part of the border will be drawn
    Inheritance Hierarchy

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

    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