Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / ENFillType Enumeration


In This Topic
    ENFillType Enumeration
    In This Topic
    Defines the supported fill types.
    Syntax
    'Declaration
     
    
    Public Enum ENFillType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENFillType
    public enum ENFillType : System.Enum 
    Members
    MemberDescription
    AdvancedGradientA gradient fill based on an arbitrary number of points with different shape, color, intensity and angle.
    ColorSolid color fill.
    HatchA fill based on an pattern with foreground and background colors.
    ImageA fill based on an image.
    LinearGradientA linear gradient with custom gradient stops.
    RadialGradientA radial gradient with custom gradient stops.
    StockGradientA gradient fill based on two colors and predefined style and variant.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Graphics.ENFillType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also