mLTRB method
Implementation
AzContainer mLTRB(left,top,right,bottom){
_marginLeft = left;
_marginTop = top;
_marginRight = right;
_marginBottom = bottom;
return this;
}
AzContainer mLTRB(left,top,right,bottom){
_marginLeft = left;
_marginTop = top;
_marginRight = right;
_marginBottom = bottom;
return this;
}