ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolygon Interface / FillRule Property




In This Topic
    FillRule Property (IImGearARTPolygon)
    In This Topic
    Gets or sets a ImGearARTFillRule enumeration that specifies how the interior fill of the polygon is determined.
    Syntax
    'Declaration
     
    Property FillRule As ImGearARTFillRule
    'Usage
     
    Dim instance As IImGearARTPolygon
    Dim value As ImGearARTFillRule
     
    instance.FillRule = value
     
    value = instance.FillRule
    ImGearARTFillRule FillRule {get; set;}
    __property ImGearARTFillRule get_FillRule();
    __property void set_FillRule( 
       ImGearARTFillRule value
    );
    property ImGearARTFillRule FillRule {
       ImGearARTFillRule get();
       void set (    ImGearARTFillRule value);
    }

    Property Value

    ImGearARTFillRule enumeration value.
    See Also