IsSurfaceFilled Property (Image)
This property specifies if the rectangle is filled.
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