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

In This Topic
    IsSurfaceFilled Property (Image)
    In This Topic
    This property specifies if the rectangle is filled.
    Syntax
    public override bool IsSurfaceFilled {get; set;}
    public:
    property bool IsSurfaceFilled {
       bool get() override;
       void set (    bool value) override;
    }

    Property Value

    true : rectangle is filed

    false : rectangle is not filled

    See Also