shape method

AzCard shape(
  1. ShapeBorder shape
)

Implementation

AzCard shape(ShapeBorder shape){
  _shape = shape;
  return this;
}