API Help
Eplan.EplApi.DataModel.Graphics Namespace / Image Class / FillPattern Property

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