ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / FillModeEx Enumeration

In This Topic
    FillModeEx Enumeration
    In This Topic
    Specifies how the interior of a closed path is filled.
    Syntax
    'Declaration
     
    Public Enum FillModeEx 
       Inherits System.Enum
    public enum FillModeEx : System.Enum 
    Members
    MemberDescription
    AlternateSpecifies the alternate fill mode.
    WindingSpecifies the winding fill mode.
    Remarks
    This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Drawing.FillModeEx

    See Also