ActiveReports 18 .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.
    Inheritance Hierarchy

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

    See Also