Nevron .NET Vision
Nevron.GraphicsCore Namespace / BorderShape Enumeration


In This Topic
    BorderShape Enumeration
    In This Topic
    Defines the shape of a border painted around a object
    Syntax
    'Declaration
     
    
    Public Enum BorderShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BorderShape
    public enum BorderShape : System.Enum 
    Members
    MemberDescription
    AutoThe border shape is defined by the object it is attached to
    RectangleThe border shape is a rectangle
    RoundedRectThe border shape is a rounded rectangle
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.BorderShape

    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