IsSurfaceFilled Property (Rectangle)
This property specifies if the rectangle is filled.
public virtual bool IsSurfaceFilled {get; set;}
public:
virtual property bool IsSurfaceFilled {
bool get();
void set ( bool value);
}
Property Value
true : rectangle is filed
false : rectangle is not filled