Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENCapEffectShape Enumeration


In This Topic
    ENCapEffectShape Enumeration
    In This Topic
    Defines the shape of paint effect
    Syntax
    'Declaration
     
    
    Public Enum ENCapEffectShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENCapEffectShape
    public enum ENCapEffectShape : System.Enum 
    Members
    MemberDescription
    EllipseThe effect shape is an ellipse
    RectangleThe effect shape is a rectangle
    RegionThe effect shape is the same as the background region
    RoundedRectThe effect shape is a rounded rectangle
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENCapEffectShape

    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