Nevron .NET Vision
Nevron.NewGraphics Namespace / ENBrushType Enumeration


In This Topic
    ENBrushType Enumeration
    In This Topic
    Enumerates brush types.
    Syntax
    'Declaration
     
    
    Public Enum ENBrushType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENBrushType
    public enum ENBrushType : System.Enum 
    Members
    MemberDescription
    LinearGradient 
    RadialGradient 
    Solid 
    Texture 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.NewGraphics.ENBrushType

    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