Returns if the rectangle has chamfers.
public virtual bool HasChamfers {get; set;}
public:
virtual property bool HasChamfers {
bool get();
void set ( bool value);
}
Property Value
true : rectangle has chamfers
false : rectangle does not have chamfers