Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Rectangle Class / FillPattern Property

In This Topic
    FillPattern Property (Rectangle)
    In This Topic
    Gets or sets the fill pattern. Pattern types Bitmap, Eplan and System are not supported.
    Syntax
    public virtual GraphicalPlacement.FillPatternType FillPattern {get; set;}
    public:
    virtual property GraphicalPlacement.FillPatternType FillPattern {
       GraphicalPlacement.FillPatternType get();
       void set (    GraphicalPlacement.FillPatternType value);
    }
    Exceptions
    ExceptionDescription
    The value cannot be set.
    See Also