Nevron .NET Vision
Nevron.GraphicsCore Namespace / FillStyleType Enumeration


In This Topic
    FillStyleType Enumeration
    In This Topic
    Defines the possible fill styles.
    Syntax
    'Declaration
     
    
    Public Enum FillStyleType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FillStyleType
    public enum FillStyleType : System.Enum 
    Members
    MemberDescription
    AdvancedGradientA fill style based on an arbitrary number of points with different shape, color, intensity and angle.
    ColorSolid color fill style.
    GradientA fill style based on two colors.
    HatchA fill style based on an pattern with foreground and background colors.
    ImageA fill style based on an Image (texture filling).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.FillStyleType

    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